Skip to content

Commit 9cd2988

Browse files
committed
chore: use --no-optional in windows tests
1 parent c2cffba commit 9cd2988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- run: npm install -g npm@latest
8787

8888
- name: Bootstrap
89-
run: npm ci
89+
run: npm ci --no-optional
9090

9191
- name: Build 🔧
9292
run: |

0 commit comments

Comments
 (0)