Skip to content

Commit

Permalink
Merge pull request #93 from jongwooo/chore/use-cache-in-check-dist
Browse files Browse the repository at this point in the history
chore: Use cache in check-dist.yml
  • Loading branch information
yoannchaudet authored Jan 31, 2023
2 parents ad08c0c + 0b20a89 commit 96a902c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
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 96a902c

Please sign in to comment.