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 106ebfd commit effc4ceCopy full SHA for effc4ce
.github/workflows/node.js.yml
@@ -25,6 +25,7 @@ jobs:
25
with:
26
node-version: ${{ matrix.node-version }}
27
cache: "npm"
28
- - run: npm i --no-package-lock
+ - run: npm ci
29
+ # - run: npm i --no-package-lock # alternatively run `npm update` after installs
30
- run: npm run build --if-present
31
- run: npm run test
0 commit comments