Merge pull request #3646 from Veetaha/feature/revive-npm-audit
cicd: revive npm audit
This commit is contained in:
commit
55336722b3
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -126,8 +126,8 @@ jobs:
|
||||
- run: npm ci
|
||||
working-directory: ./editors/code
|
||||
|
||||
# - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
|
||||
# working-directory: ./editors/code
|
||||
- run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
|
||||
working-directory: ./editors/code
|
||||
|
||||
- run: npm run lint
|
||||
working-directory: ./editors/code
|
||||
|
Loading…
x
Reference in New Issue
Block a user