We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563cfde commit 4b5b2cdCopy full SHA for 4b5b2cd
.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
0 commit comments