Skip to content

Commit

Permalink
Merge pull request #876 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
IvanZosimov committed Dec 8, 2022
2 parents 65b52af + f6a9b6a commit 975308f
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 975308f

Please sign in to comment.