Fix: CI - restore key

This commit is contained in:
MS_Y 2023-01-17 23:13:11 +09:00 committed by GitHub
parent 7f5f28b8c2
commit f0cb60ffb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,6 @@ runs:
"**/node_modules"
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }
${{ runner.os }}-node-
- name: Package Install