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.
2 parents 64b4362 + ef5165c commit 06bc66bCopy full SHA for 06bc66b
.github/workflows/node.js.yml
@@ -26,6 +26,7 @@ jobs:
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- - run: npm ci
+ - run: rm package-lock.json
30
+ - run: npm i
31
- run: npm run build --if-present
32
- run: npm test
0 commit comments