Skip to content

Commit 56fe014

Browse files
authored
chore: bump pnpm to 8.9 (#56649)
There's allegedly a bump in performance for mac for pnpm 8.9 so upgrading it in the repo.
1 parent c8064d6 commit 56fe014

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/actions/next-stats-action/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"engines": {
2222
"node": ">=16.14.0",
23-
"pnpm": "8.7.1"
23+
"pnpm": "8.9.0"
2424
},
25-
"packageManager": "pnpm@8.7.1"
25+
"packageManager": "pnpm@8.9.0"
2626
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
},
250250
"engines": {
251251
"node": ">=16.14.0",
252-
"pnpm": "8.7.1"
252+
"pnpm": "8.9.0"
253253
},
254-
"packageManager": "pnpm@8.7.1"
254+
"packageManager": "pnpm@8.9.0"
255255
}

test/.stats-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"engines": {
1111
"node": ">=16.14.0",
12-
"pnpm": "8.7.1"
12+
"pnpm": "8.9.0"
1313
},
14-
"packageManager": "pnpm@8.7.1"
14+
"packageManager": "pnpm@8.9.0"
1515
}

0 commit comments

Comments
 (0)