We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133a64c commit dad375dCopy full SHA for dad375d
.github/workflows/node.js.yml
@@ -27,5 +27,5 @@ jobs:
27
with:
28
node-version: ${{ matrix.node-version }}
29
cache: 'npm'
30
- - run: npm ci
+ - run: npm ci --no-optional
31
- run: npm test
0 commit comments