Skip to content

Commit 0c5841b

Browse files
maoosbenmoussati
authored andcommitted
use npm install instead of ci
1 parent 6b2abe7 commit 0c5841b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cve-scanning-node.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ jobs:
2020
uses: actions/setup-node@v3
2121
with:
2222
node-version: ${{ matrix.node-version }}
23-
- run: npm ci --prod
23+
- run: npm config set package-lock false
24+
# TODO - this is ignoring package-lock.json
25+
- run: npm install --prod
2426
- run: npx --yes auditjs ossi --whitelist allow-list.json

0 commit comments

Comments
 (0)