Skip to content

Commit 36baf36

Browse files
authoredOct 19, 2024
Update node.js.yml
1 parent af072e5 commit 36baf36

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
@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29-
- run: npm ci
29+
- run: npm install
3030
- run: npm run build --if-present
3131
- run: npm run start

0 commit comments

Comments
 (0)