We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad375d commit 2c2ad02Copy full SHA for 2c2ad02
.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 --no-optional
+ - run: npx npm@7 ci --no-optional
31
- run: npm test
0 commit comments