Skip to content

Commit 859b36b

Browse files
Copilotdecyjphr
andauthored
Replace npm install with npm ci in node-ci.yml workflow
Agent-Logs-Url: https://github.com/github/safe-settings/sessions/4460185b-428a-48f4-a8b9-471226ccbf58 Co-authored-by: decyjphr <57544838+decyjphr@users.noreply.github.com>
1 parent 2f3d1a3 commit 859b36b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
cache: npm
23-
- run: npm install
23+
- run: npm ci
2424
- run: npm run test:unit:ci
2525
strategy:
2626
matrix:

0 commit comments

Comments
 (0)