Harden frontend install step in CI
This commit is contained in:
@@ -33,7 +33,13 @@ jobs:
|
||||
|
||||
- name: Install frontend deps
|
||||
working-directory: job-tracker-ui
|
||||
run: npm ci
|
||||
env:
|
||||
npm_config_audit: 'false'
|
||||
npm_config_fund: 'false'
|
||||
run: |
|
||||
node -v
|
||||
npm -v
|
||||
npm ci --no-audit --no-fund
|
||||
|
||||
- name: Test frontend
|
||||
working-directory: job-tracker-ui
|
||||
|
||||
Reference in New Issue
Block a user