Skip to content

Commit effc4ce

Browse files
committed
Correct github actions data
1 parent 106ebfd commit effc4ce

File tree

2 files changed

+557
-128
lines changed

2 files changed

+557
-128
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
cache: "npm"
28-
- run: npm i --no-package-lock
28+
- run: npm ci
29+
# - run: npm i --no-package-lock # alternatively run `npm update` after installs
2930
- run: npm run build --if-present
3031
- run: npm run test

0 commit comments

Comments
 (0)