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

Use cache in check-dist.yml
This commit is contained in:
Marko Zivic 2022-12-07 10:16:09 +01:00 committed by GitHub
commit 30c39bfe0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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