Skip to content

Commit f0d1a97

Browse files
committed
fix: use explicit pnpm version in workflow and remove from package.json
1 parent d38d59c commit f0d1a97

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
- name: Install pnpm
2121
uses: pnpm/action-setup@v4
22+
with:
23+
version: 10
2224

2325
- name: Setup Node
2426
uses: actions/setup-node@v4

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"@types/node": "25.9.1",
2121
"typescript": "6.0.3"
2222
},
23-
"packageManager": "pnpm@10.29.2",
2423
"pnpm": {
2524
"overrides": {
2625
"yaml": ">=2.8.3"

0 commit comments

Comments
 (0)