We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c908f9 commit 6856e69Copy full SHA for 6856e69
.github/workflows/node.js.yml
@@ -17,6 +17,6 @@ jobs:
17
package.json
18
node-version: "18.x"
19
cache: "npm"
20
- - run: npm ci
+ - run: npm i
21
- run: cd example && npm i && cd ..
22
- run: npm test
0 commit comments