Skip to content

Commit 38fa8c4

Browse files
chore: Update to pnpm v9 (#7448)
1 parent face5f0 commit 38fa8c4

File tree

4 files changed

+19524
-15433
lines changed

4 files changed

+19524
-15433
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: '0'
2929
- name: Setup pnpm
30-
uses: pnpm/action-setup@v2
31-
with:
32-
version: 8
30+
uses: pnpm/action-setup@v4
3331
- name: Setup Node
3432
uses: actions/setup-node@v4
3533
with:

.github/workflows/pr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
- name: Setup pnpm
25-
uses: pnpm/action-setup@v2
26-
with:
27-
version: 8
25+
uses: pnpm/action-setup@v4
2826
- name: Setup Node
2927
uses: actions/setup-node@v4
3028
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/TanStack/query.git"
77
},
8-
"packageManager": "pnpm@8.15.1",
8+
"packageManager": "pnpm@9.1.1",
99
"type": "module",
1010
"scripts": {
1111
"clean": "pnpm --filter \"./packages/**\" run clean",

0 commit comments

Comments
 (0)