1
0
Fork 0
mirror of https://github.com/actions/cache.git synced 2024-09-19 17:36:43 +00:00

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

Use cache in check-dist.yml
This commit is contained in:
Sankalp Kotewar 2022-12-05 07:56:20 +05:30 committed by GitHub
commit 941bc71a24
Signed by: GitHub
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
- name: Rebuild the dist/ directory