Skip to content

Commit f658dc5

Browse files
authored
ci: use NPM cache in check-dist (#393)
1 parent 5e2e068 commit f658dc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-dist.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424
- uses: actions/checkout@v2
2525

2626
- name: Set Node.js 12.x
27-
uses: actions/setup-node@v1
27+
uses: actions/setup-node@v2
2828
with:
2929
node-version: 12.x
30+
cache: npm
3031

3132
- name: Install dependencies
3233
run: npm ci

0 commit comments

Comments
 (0)