Skip to content

Commit eaf39c5

Browse files
authored
changed npm ci to npm i
1 parent 3fde994 commit eaf39c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
with:
1919
node-version: 20.6
2020
cache: 'npm'
21-
- run: ls
22-
- run: npm ci
21+
- run: npm i
2322
working-directory: example
2423
- run: npm test

0 commit comments

Comments
 (0)