Skip to content

Commit

Permalink
ci: disable node cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed May 31, 2024
1 parent eba4090 commit 9b651fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
cache: yarn
# cache: yarn

- name: Setup Go
uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
cache: yarn
# cache: yarn

- name: Setup Go
uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
cache: yarn
# cache: yarn

- name: Install Build Package
run: |
Expand Down

0 comments on commit 9b651fd

Please sign in to comment.