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 cc829c7 commit b6e18bcCopy full SHA for b6e18bc
.github/workflows/node.js.yml
@@ -24,6 +24,7 @@ jobs:
24
uses: actions/setup-node@v2
25
with:
26
node-version: ${{ matrix.node-version }}
27
+ cache: "npm"
28
- run: npm ci
29
- run: npm run build --if-present
30
- run: npm test
0 commit comments