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