File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 3535
3636 - name : Install dependencies
3737 run : npm ci --prefer-offline --no-audit
38+ env :
39+ NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40+
3841
3942 - name : Run ESLint
4043 run : npm run lint
Original file line number Diff line number Diff line change 5959 # Let that happen in other jobs, this job needs to be fast
6060 - name : npm ci
6161 run : npm ci --ignore-scripts --prefer-offline --no-audit
62+ env :
63+ NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6264
6365 - name : npm run postinstall
6466 run : npm run postinstall
Original file line number Diff line number Diff line change 3333
3434 - name : Install dependencies
3535 run : npm ci --prefer-offline --no-audit
36+ env :
37+ NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3638
3739 - name : Run security audit
3840 run : npm audit --json > audit-report.json || true
You can’t perform that action at this time.
0 commit comments