File tree Expand file tree Collapse file tree 6 files changed +10
-7
lines changed Expand file tree Collapse file tree 6 files changed +10
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
1818
1919env :
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
Original file line number Diff line number Diff line change 1313
1414env :
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
Original file line number Diff line number Diff line change 88
99env :
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
Original file line number Diff line number Diff line change 1- pnpm 9.7 .1
1+ pnpm 10.12 .1
22nodejs 23.11.0
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments