fix
This commit is contained in:
parent
6b0c10c3df
commit
2b95e22e31
@ -27,8 +27,10 @@ jobs:
|
|||||||
uses: https://gitea.com/seepine/hash-files@v1
|
uses: https://gitea.com/seepine/hash-files@v1
|
||||||
with:
|
with:
|
||||||
patterns: |
|
patterns: |
|
||||||
|
**/package.json
|
||||||
**/yarn.lock
|
**/yarn.lock
|
||||||
|
|
||||||
|
|
||||||
- run: echo "${{ steps.get-hash.outputs.hash }}"
|
- run: echo "${{ steps.get-hash.outputs.hash }}"
|
||||||
|
|
||||||
- run: echo "${{ runner.os }}"
|
- run: echo "${{ runner.os }}"
|
||||||
@ -55,8 +57,10 @@ jobs:
|
|||||||
uses: https://gitea.com/seepine/hash-files@v1
|
uses: https://gitea.com/seepine/hash-files@v1
|
||||||
with:
|
with:
|
||||||
patterns: |
|
patterns: |
|
||||||
|
**/package.json
|
||||||
**/yarn.lock
|
**/yarn.lock
|
||||||
|
|
||||||
|
|
||||||
- name: Cache node modules
|
- name: Cache node modules
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user