Skip to content

Commit

Permalink
ci(node.js): workflow uses 'npm' cache (#1934)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
oscard0m committed Nov 18, 2021
1 parent cb1c8b9 commit 581c641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
cache: npm
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
Expand Down

0 comments on commit 581c641

Please sign in to comment.