Skip to content

Commit

Permalink
Merge pull request #359 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
febuiles committed Dec 27, 2022
2 parents 234f1c3 + 86e4c38 commit ea38797
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: 18.x
cache: npm

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit ea38797

Please sign in to comment.