Skip to content

Commit

Permalink
ci(release): workflow uses 'npm' cache (#1933)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
oscard0m committed Nov 18, 2021
1 parent 581c641 commit 53422af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,8 +16,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
cache: npm
node-version: 14
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 53422af

Please sign in to comment.