Skip to content

Commit

Permalink
chore: Add npm 'cache' to Node.js workflow (#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Jan 10, 2022
1 parent 77a2a2e commit 48e98b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: npm

- run: npm ci
- run: npm run lint
Expand Down

0 comments on commit 48e98b8

Please sign in to comment.