This commit is contained in:
@@ -34,9 +34,9 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: node_modules
|
||||
key: ${{ runner.os }}-yarn-v1-${{ hashFiles('**/yarn.lock') }}
|
||||
key: ${{ runner.os }}-package-v1-${{ hashFiles('**/package-lock.json') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-v1-
|
||||
${{ runner.os }}-package-v1-
|
||||
|
||||
- name: Install Dependencies with Npm
|
||||
if: steps.cache-node.outputs.cache-hit != 'true'
|
||||
|
||||
Reference in New Issue
Block a user