We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5df8a8 commit 4631f65Copy full SHA for 4631f65
.github/workflows/main.yml
@@ -15,5 +15,6 @@ jobs:
15
- uses: actions/setup-node@v3
16
with:
17
node-version: latest
18
- - run: npm install
+ cache: npm
19
+ - run: npm ci
20
- run: npm test
0 commit comments