Skip to content

Commit 0ff7254

Browse files
Update pnpm version to 10 in workflow and package.json
1 parent f2a9054 commit 0ff7254

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@v4
2626
with:
27+
version: 10
2728
run_install: false
2829

2930
- name: Setup Node.js

platform/packages/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"node": ">=20",
2626
"pnpm": ">=9"
2727
},
28+
"packageManager": "pnpm@10.31.0",
2829
"license": "Apache-2.0"
2930
}
3031

0 commit comments

Comments
 (0)