Skip to content

Commit 44fc778

Browse files
committed
Update nodejs.yml
1 parent d0fb1dd commit 44fc778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-node@v4
1616
with:
1717
node-version: ${{ matrix.node }}
18-
- run: npm ci
18+
- run: npm install
1919
- run: npm test
2020
env:
2121
CI: true

0 commit comments

Comments
 (0)