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

Use cache in check-dist.yml
This commit is contained in:
Federico Builes
2022-12-27 09:40:44 -05:00
committed by GitHub
+1
View File
@@ -27,6 +27,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: npm
- name: Install dependencies
run: npm ci