Skip to content

Commit 5e2b99d

Browse files
committed
fix: stop caching pnpm
1 parent e356922 commit 5e2b99d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
- uses: actions/setup-node@v4
6464
with:
6565
node-version: "20"
66-
cache: "pnpm"
6766

6867
- name: Install dependencies
6968
run: pnpm install --frozen-lockfile
@@ -164,7 +163,6 @@ jobs:
164163
- uses: actions/setup-node@v4
165164
with:
166165
node-version: "20"
167-
cache: "pnpm"
168166

169167
- name: Update version in package.json
170168
working-directory: electron-app

0 commit comments

Comments
 (0)