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

Use cache in check-dist.yml
This commit is contained in:
Nick Alteen 2023-09-14 10:55:18 -04:00 committed by GitHub
commit d345eefb2e
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.6.0
with:
node-version: 16.x
cache: npm
- name: Install dependencies
run: npm ci