Skip to content

Commit e1e41c8

Browse files
committed
cicd: revive npm audit
1 parent b376cab commit e1e41c8

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)