Skip to content

Commit

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

- run: npm ci

Expand Down

0 comments on commit 6ca3c4c

Please sign in to comment.