Skip to content

Commit 46c618f

Browse files
committed
Disable npm audit, as it blocks unrelated PR without a way to fix
#3582 (comment)
1 parent ec1312e commit 46c618f

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)