Skip to content

Commit 6856e69

Browse files
committed
try the other way
1 parent 7c908f9 commit 6856e69

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
@@ -17,6 +17,6 @@ jobs:
1717
package.json
1818
node-version: "18.x"
1919
cache: "npm"
20-
- run: npm ci
20+
- run: npm i
2121
- run: cd example && npm i && cd ..
2222
- run: npm test

0 commit comments

Comments
 (0)