Skip to content

Commit

Permalink
use npm install instead of ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maoo authored and sbenmoussati committed Dec 14, 2022
1 parent 6b2abe7 commit 0c5841b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cve-scanning-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --prod
- run: npm config set package-lock false
# TODO - this is ignoring package-lock.json
- run: npm install --prod
- run: npx --yes auditjs ossi --whitelist allow-list.json

0 comments on commit 0c5841b

Please sign in to comment.