Skip to content

Commit 107a606

Browse files
authored
change npm i to ci
1 parent fdd6bab commit 107a606

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
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
node-version: 20.6.0
2020
cache: 'npm'
21-
- run: npm install
21+
- run: npm ci
2222
- run: npm test
2323
working-directory: ./example

0 commit comments

Comments
 (0)