Skip to content

Commit 5533672

Browse files
authored
Merge pull request #3646 from Veetaha/feature/revive-npm-audit
cicd: revive npm audit
2 parents 21a35b4 + e1e41c8 commit 5533672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ jobs:
126126
- run: npm ci
127127
working-directory: ./editors/code
128128

129-
# - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
130-
# working-directory: ./editors/code
129+
- run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
130+
working-directory: ./editors/code
131131

132132
- run: npm run lint
133133
working-directory: ./editors/code

0 commit comments

Comments
 (0)