Skip to content

Commit d7405cc

Browse files
chore: use npm cache in check-dist.yml (#124)
chore: Use cache in check-dist.yml Signed-off-by: jongwooo <[email protected]> Co-authored-by: Han Qiao <[email protected]>
1 parent e88752e commit d7405cc

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/[email protected]
2828
with:
2929
node-version: 16.x
30+
cache: npm
3031

3132
- name: Install dependencies
3233
run: npm ci

0 commit comments

Comments
 (0)