Skip to content

Commit e0306a3

Browse files
authored
Use cache in check-dist.yml
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
1 parent d556fea commit e0306a3

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
@@ -25,9 +25,10 @@ jobs:
2525
- uses: actions/checkout@v2
2626

2727
- name: Set Node.js 12.x
28-
uses: actions/setup-node@v1
28+
uses: actions/setup-node@v3
2929
with:
3030
node-version: 12.x
31+
cache: npm
3132

3233
- name: Install dependencies
3334
run: npm ci

0 commit comments

Comments
 (0)