Skip to content

Commit 1666b73

Browse files
committed
[TEMP TEST] Fix version of global installed npm to ^8.6.1
1 parent ba371e1 commit 1666b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-codeql-unit-tests-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: |
8282
if ! command -v cds &> /dev/null
8383
then
84-
npm install -g @sap/cds-dk
84+
npm install -g @sap/cds-dk@8.6.1
8585
fi
8686
8787
# Compile .cds files to .cds.json files.

0 commit comments

Comments
 (0)