Skip to content

Commit 53422af

Browse files
authored
ci(release): workflow uses 'npm' cache (#1933)
[skip ci]
1 parent 581c641 commit 53422af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v1
1818
- name: Setup Node.js
19-
uses: actions/setup-node@v1
19+
uses: actions/setup-node@v2
2020
with:
21+
cache: npm
2122
node-version: 14
2223
- name: Install dependencies
2324
run: npm ci

0 commit comments

Comments
 (0)