Skip to content

Commit 9fda173

Browse files
committed
Fix CI
1 parent a68541f commit 9fda173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'npm'
27-
- run: npm ci
27+
- run: npm install
2828
- run: npm run test:ci

0 commit comments

Comments
 (0)