Skip to content

Commit 9b651fd

Browse files
committed
1 parent eba4090 commit 9b651fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/setup-node@v4
7171
with:
7272
node-version: '20'
73-
cache: yarn
73+
# cache: yarn
7474

7575
- name: Setup Go
7676
uses: actions/setup-go@v4

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/setup-node@v4
4848
with:
4949
node-version: '20'
50-
cache: yarn
50+
# cache: yarn
5151

5252
- name: Setup Go
5353
uses: actions/setup-go@v4

.github/workflows/plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: '20'
25-
cache: yarn
25+
# cache: yarn
2626

2727
- name: Install Build Package
2828
run: |

0 commit comments

Comments
 (0)