Skip to content

Commit dad375d

Browse files
authoredJul 16, 2021
Update node.js.yml
1 parent 133a64c commit dad375d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
cache: 'npm'
30-
- run: npm ci
30+
- run: npm ci --no-optional
3131
- run: npm test

0 commit comments

Comments
 (0)
Please sign in to comment.