Skip to content

Commit 5fd3974

Browse files
authored
Update node.js.yml
Try fix build.
1 parent e5e1813 commit 5fd3974

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
@@ -25,5 +25,5 @@ jobs:
2525
uses: actions/setup-node@v1
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
- run: npm ci
28+
- run: npm install
2929
- run: npm run ci

0 commit comments

Comments
 (0)