Skip to content

Commit 866426c

Browse files
Update pnpm to v10.19.0
1 parent 85ed931 commit 866426c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: pnpm/action-setup@v3
1717
with:
18-
version: 9
18+
version: 10
1919
- run: pnpm i --frozen-lockfile
2020
- run: pnpm run lint

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: pnpm/action-setup@v3
1717
with:
18-
version: 9
18+
version: 10
1919
- run: pnpm i --frozen-lockfile
2020
- run: pnpm run test

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
"release-plan": "0.17.0",
5656
"vitest": "^3.0.0"
5757
},
58-
"packageManager": "pnpm@10.13.1",
58+
"packageManager": "pnpm@10.19.0",
5959
"engines": {
6060
"node": ">=20"
6161
},
6262
"volta": {
6363
"node": "22.17.1",
64-
"pnpm": "10.13.1"
64+
"pnpm": "10.19.0"
6565
},
6666
"directories": {
6767
"lib": "lib"

0 commit comments

Comments
 (0)