We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403bc2c commit 2bd2f5cCopy full SHA for 2bd2f5c
1 file changed
.github/workflows/scripts-test.yml
@@ -35,7 +35,8 @@ jobs:
35
cache: npm
36
37
- name: Install dependencies
38
- run: npm ci
+ run: |
39
+ npm ci || npm install --no-audit --no-fund
40
41
- name: Run FEAScript examples
42
run: |
0 commit comments