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