Skip to content

Commit

Permalink
Merge pull request #301 from jongwooo/chore/use-cache-in-check-dist
Browse files Browse the repository at this point in the history
Use cache in check-dist.yml
  • Loading branch information
marko-zivic-93 committed Dec 7, 2022
2 parents d0a58c1 + 8377b69 commit 30c39bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-dist.yml
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 30c39bf

Please sign in to comment.