Skip to content

Commit 353593b

Browse files
committed
chore: bump pnpm from 8 to 10
1 parent 2a16f26 commit 353593b

File tree

5 files changed

+7072
-5831
lines changed

5 files changed

+7072
-5831
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
needs: list-examples
4545
strategy:
4646
matrix:
47-
node-version: ["16", "18", "20.5.1"]
47+
node-version: ["18", "20.5.1"]
4848
example: ${{ fromJson(needs.list-examples.outputs.examples) }}
4949
fail-fast: false
5050
steps:

.moon/toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $schema: "https://moonrepo.dev/schemas/toolchain.json"
44
node:
55
packageManager: "pnpm"
66
pnpm:
7-
version: "8.6.3"
7+
version: "10.12.4"
88

99
dedupeOnLockfileChange: false
1010
dependencyVersionFormat: "workspace"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"tslib": "^2.5.0",
3232
"typescript": "4.9.4"
3333
},
34-
"packageManager": "pnpm@8.6.3",
34+
"packageManager": "pnpm@10.12.4",
3535
"engines": {
3636
"node": "20.5.1"
3737
}

0 commit comments

Comments
 (0)