Merge pull request #876 from jongwooo/chore/use-cache-in-check-dist

Use cache in check-dist.yml
This commit is contained in:
Ivan 2022-12-08 15:36:21 +02:00 committed by GitHub
commit 975308fb9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- name: Install dependencies
run: npm ci