We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba4090 commit 9b651fdCopy full SHA for 9b651fd
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
uses: actions/setup-node@v4
71
with:
72
node-version: '20'
73
- cache: yarn
+ # cache: yarn
74
75
- name: Setup Go
76
uses: actions/setup-go@v4
.github/workflows/lint.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
.github/workflows/plugin.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
- name: Install Build Package
28
run: |
0 commit comments