Skip to content

Commit

Permalink
Use cache in check-dist.yml
Browse files Browse the repository at this point in the history
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
  • Loading branch information
Jongwoo Han authored and GitHub committed Dec 6, 2022
1 parent d556fea commit e0306a3
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 e0306a3

Please sign in to comment.