Skip to content

Commit 4eb0810

Browse files
committed
chore: remove cache from setup node
1 parent 9058458 commit 4eb0810

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,6 @@ jobs:
8080
- name: Checkout code
8181
uses: actions/checkout@v4
8282

83-
- name: Setup pnpm
84-
uses: pnpm/action-setup@v4
85-
with:
86-
version: 10.13.1
87-
88-
- name: Setup Node.js
89-
uses: actions/setup-node@v4
90-
with:
91-
node-version: '20'
92-
cache: 'pnpm'
93-
9483
- name: Get version from package.json
9584
id: package_version
9685
working-directory: apps/desktop

0 commit comments

Comments
 (0)