Skip to content

Commit 941bc71

Browse files
authored
Merge pull request #1004 from jongwooo/chore/use-cache-in-check-dist
Use cache in check-dist.yml
2 parents a2f324e + 08d8639 commit 941bc71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/setup-node@v3
2828
with:
2929
node-version: 16.x
30+
cache: npm
3031
- name: Install dependencies
3132
run: npm ci
3233
- name: Rebuild the dist/ directory

0 commit comments

Comments
 (0)