We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68541f commit 9fda173Copy full SHA for 9fda173
.github/workflows/node.js.yml
@@ -24,5 +24,5 @@ jobs:
24
with:
25
node-version: ${{ matrix.node-version }}
26
cache: 'npm'
27
- - run: npm ci
+ - run: npm install
28
- run: npm run test:ci
0 commit comments