Skip to content

Commit e17501a

Browse files
authored
chore(deps): upgrade to pnpm@10 (#362)
* chore(deps): upgrade to pnpm@10 * chore: upgrade pnpm v10 in CI workflows
1 parent f42ae19 commit e17501a

File tree

4 files changed

+12
-23
lines changed

4 files changed

+12
-23
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install pnpm
4444
uses: pnpm/action-setup@v3
4545
with:
46-
version: 9
46+
version: 10
4747
run_install: false
4848

4949
- name: Get pnpm store directory

.github/workflows/publish-npm-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install pnpm
4848
uses: pnpm/action-setup@v3
4949
with:
50-
version: 9
50+
version: 10
5151
run_install: false
5252

5353
- name: Get pnpm store directory

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"engines": {
6161
"node": "^20.17.0 || >=22.9.0",
62-
"pnpm": "9.x"
62+
"pnpm": "10.x"
6363
},
6464
"devDependencies": {
6565
"@biomejs/biome": "^2.0.0-beta.1",
@@ -71,9 +71,8 @@
7171
"conventional-changelog-conventionalcommits": "^8.0.0",
7272
"cross-env": "^7.0.3",
7373
"npm-run-all2": "^7.0.2",
74-
"pnpm": "^9.10.0",
7574
"rimraf": "^5.0.10",
7675
"typescript": "5.8.3"
7776
},
78-
"packageManager": "pnpm@9.10.0"
77+
"packageManager": "pnpm@10.10.0"
7978
}

pnpm-lock.yaml

Lines changed: 8 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)