We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fde994 commit eaf39c5Copy full SHA for eaf39c5
.github/workflows/node.js.yml
@@ -18,7 +18,6 @@ jobs:
18
with:
19
node-version: 20.6
20
cache: 'npm'
21
- - run: ls
22
- - run: npm ci
+ - run: npm i
23
working-directory: example
24
- run: npm test
0 commit comments