Skip to content

Commit

Permalink
Merge pull request #313 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
joshmgross committed Jan 10, 2023
2 parents b4677cb + e0306a3 commit 5a2006b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
- uses: actions/checkout@v2

- name: Set Node.js 12.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 12.x
cache: npm

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 5a2006b

Please sign in to comment.