Use cache in check-dist.yml

Signed-off-by: jongwooo <jongwooo.han@gmail.com>
This commit is contained in:
Jongwoo Han 2022-12-07 00:56:30 +09:00 committed by GitHub
parent a824008085
commit 3649ee2b02
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.5.1
with:
node-version: 16.x
cache: npm
- name: Install dependencies
run: npm ci