mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
use npm install instead of ci
This commit is contained in:
parent
6b2abe7ae5
commit
0c5841ba0e
4
.github/workflows/cve-scanning-node.yml
vendored
4
.github/workflows/cve-scanning-node.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user