Skip to content

Commit 75e15ea

Browse files
committed
chore: remove pnpm caching from CI configuration
- Eliminated the pnpm caching option from multiple jobs in the GitHub Actions workflows. - This change simplifies the CI configuration and aligns with the recent migration to pnpm for dependency management. The update aims to streamline the build process and reduce potential caching issues.
1 parent adae185 commit 75e15ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/desktop-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: '20'
20-
cache: pnpm
2120

2221
- name: Enable pnpm
2322
run: corepack enable && corepack prepare [email protected] --activate
@@ -46,7 +45,6 @@ jobs:
4645
uses: actions/setup-node@v4
4746
with:
4847
node-version: '20'
49-
cache: pnpm
5048

5149
- name: Enable pnpm
5250
run: corepack enable && corepack prepare [email protected] --activate
@@ -89,7 +87,6 @@ jobs:
8987
uses: actions/setup-node@v4
9088
with:
9189
node-version: '20'
92-
cache: pnpm
9390

9491
- name: Enable pnpm
9592
run: corepack enable && corepack prepare [email protected] --activate
@@ -150,7 +147,6 @@ jobs:
150147
uses: actions/setup-node@v4
151148
with:
152149
node-version: '20'
153-
cache: pnpm
154150

155151
- name: Enable pnpm
156152
run: corepack enable && corepack prepare [email protected] --activate

0 commit comments

Comments
 (0)