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 fdd6bab commit 107a606Copy full SHA for 107a606
.github/workflows/node.js.yml
@@ -18,6 +18,6 @@ jobs:
18
with:
19
node-version: 20.6.0
20
cache: 'npm'
21
- - run: npm install
+ - run: npm ci
22
- run: npm test
23
working-directory: ./example
0 commit comments