This commit is contained in:
parent
4145aede62
commit
b6770f3bba
@ -13,11 +13,6 @@ jobs:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.20'
|
||||
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
||||
id: get-hash
|
||||
with:
|
||||
patterns: |-
|
||||
**/yarn.lock
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set Node.js 22.x
|
||||
uses: actions/setup-node@v4
|
||||
@ -26,6 +21,11 @@ jobs:
|
||||
cache-dependency-path: 'yarn.lock'
|
||||
- name: Install Yarn
|
||||
run: npm install -g yarn
|
||||
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
||||
id: get-hash
|
||||
with:
|
||||
patterns: |-
|
||||
**/yarn.lock
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
||||
|
Loading…
x
Reference in New Issue
Block a user