Skip to content

Commit 28a0103

Browse files
committed
pnpm@10
1 parent 5c9b506 commit 28a0103

File tree

4 files changed

+2540
-2106
lines changed

4 files changed

+2540
-2106
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121

22-
- uses: pnpm/action-setup@v2
22+
- uses: pnpm/action-setup@v4
2323
with:
24-
version: 8.9.0
24+
version: 10
2525

2626
- uses: actions/setup-node@v3
2727
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: pnpm/action-setup@v2
2323
with:
24-
version: 8.9.0
24+
version: 10
2525

2626
- uses: actions/setup-node@v3
2727
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bin": "./bin/cli.js",
77
"main": "./dist/index.js",
88
"types": "./dist/index.d.ts",
9-
"packageManager": "pnpm@8.9.0",
9+
"packageManager": "pnpm@10.2.1",
1010
"engines": {
1111
"node": ">=18.0.0"
1212
},

0 commit comments

Comments
 (0)