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