fix
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: node_modules
|
||||
key: ${{ runner.os }}-yarn-${{ setup.get-hash.outputs.hash }}
|
||||
key: ${{ runner.os }}-yarn-${{ setup.steps.get-hash.outputs.hash }}
|
||||
|
||||
- name: Dependent installation
|
||||
run: yarn install
|
||||
@@ -65,7 +65,7 @@ jobs:
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: node_modules
|
||||
key: ${{ runner.os }}-yarn-${{ setup.get-hash.outputs.hash }}
|
||||
key: ${{ runner.os }}-yarn-${{ setup.steps.get-hash.outputs.hash }}
|
||||
|
||||
- name: Dependent installation
|
||||
run: yarn install
|
||||
|
Reference in New Issue
Block a user