Skip to content

Commit 6114a57

Browse files
committed
ci: bump pnpm to v10
1 parent 9c5adba commit 6114a57

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
pnpm-version:
1111
description: Pnpm version
1212
required: true
13-
default: 9.7.1
13+
default: 10.12.1
1414
pnpm-run-install:
1515
description: Whether to run pnpm install
1616
required: false

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
env:
2020
NODE_VERSION: 23.11.0
21-
PNPM_VERSION: 9.7.1
21+
PNPM_VERSION: 10.12.1
2222
DO_NOT_TRACK: 1 # Disable Turbopack telemetry
2323
NEXT_TELEMETRY_DISABLED: 1 # Disable Next telemetry
2424

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
NODE_VERSION: 23.11.0
16-
PNPM_VERSION: 9.7.1
16+
PNPM_VERSION: 10.12.1
1717
DO_NOT_TRACK: 1 # Disable Turbopack telemetry
1818
NEXT_TELEMETRY_DISABLED: 1 # Disable Next telemetry
1919

.github/workflows/publish-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
NODE_VERSION: 23.11.0
11-
PNPM_VERSION: 9.7.1
11+
PNPM_VERSION: 10.12.1
1212
DO_NOT_TRACK: 1 # Disable Turbopack telemetry
1313
NEXT_TELEMETRY_DISABLED: 1 # Disable Next telemetry
1414

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pnpm 9.7.1
1+
pnpm 10.12.1
22
nodejs 23.11.0

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,15 @@
184184
"turbo": "^2.3.3",
185185
"typescript": "5.7.3"
186186
},
187-
"packageManager": "pnpm@9.7.1",
187+
"packageManager": "pnpm@10.12.1",
188188
"engines": {
189189
"node": "^18.20.2 || >=20.9.0",
190-
"pnpm": "^9.7.0"
190+
"pnpm": "^10.12.1"
191191
},
192192
"pnpm": {
193+
"onlyBuiltDependencies": [
194+
"mongodb-memory-server"
195+
],
193196
"overrides": {
194197
"copyfiles": "$copyfiles",
195198
"cross-env": "$cross-env",

0 commit comments

Comments
 (0)