Use cache in check-dist.yml

Signed-off-by: jongwooo <jongwooo.han@gmail.com>
This commit is contained in:
Jongwoo Han
2022-12-20 03:17:46 +09:00
committed by GitHub
parent 0ff3da6f81
commit 86e4c38e88
+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