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

chore: Use cache in check-dist.yml
This commit is contained in:
Yoann Chaudet
2023-01-30 20:17:22 -08:00
committed by GitHub

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