Skip to content

Commit 2bd2f5c

Browse files
committed
fix: improve dependency installation fallback in CI workflow
1 parent 403bc2c commit 2bd2f5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/scripts-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
cache: npm
3636

3737
- name: Install dependencies
38-
run: npm ci
38+
run: |
39+
npm ci || npm install --no-audit --no-fund
3940
4041
- name: Run FEAScript examples
4142
run: |

0 commit comments

Comments
 (0)