aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index b3137477d..dbfa85b20 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -121,7 +121,7 @@ jobs:
121 - run: npm ci 121 - run: npm ci
122 working-directory: ./editors/code 122 working-directory: ./editors/code
123 123
124 - run: npm audit || sleep 10 && npm audit || sleep 30 && npm audit 124 - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
125 working-directory: ./editors/code 125 working-directory: ./editors/code
126 126
127 - run: npm run lint 127 - run: npm run lint