Skip to content

Commit e9b6619

Browse files
committed
Update workflow to use 'npm install' instead of 'npm ci' due to missing package-lock.json
1 parent 2df3876 commit e9b6619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
cache: 'npm'
26-
- run: npm ci
26+
- run: npm install
2727
- run: npm run build --if-present
2828
- run: npm test

0 commit comments

Comments
 (0)