File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2626 - name : Verify package-lock.json
2727 run : ./scripts/verify_lock.mjs
2828 - name : Install dependencies
29- run : npm clean-install --ignore-scripts
29+ run : npm clean-install --verbose -- ignore-scripts --no-audit
3030 # - name: Lint sources
3131 # run: npm run lint
3232 - name : Build
Original file line number Diff line number Diff line change 2525 node-version : 22
2626 - name : Install
2727 working-directory : build
28- run : npm clean-install --ignore-scripts
28+ run : npm clean-install --verbose -- ignore-scripts --no-audit
2929 - name : Build
3030 working-directory : build
3131 run : npm run build
Original file line number Diff line number Diff line change 11engine-strict = true
22fetch-timeout = 60000
3+ omit-lockfile-registry-resolved = false
You can’t perform that action at this time.
0 commit comments