Skip to content

Commit a4ea740

Browse files
authored
Update node.js.yml - npm ci over npm install
Security reasons.
1 parent 6bfc128 commit a4ea740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
- run: npm install
28+
- run: npm ci
2929
- run: npm run ci
3030

3131
- name: Publish Unit Test Results

0 commit comments

Comments
 (0)