Skip to content

Commit bfbfe69

Browse files
committed
fix(wokflows): Remove pnpm version from release workflow, return packageManager field back and update pnpm to v9
1 parent b23d68b commit bfbfe69

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
id: pnpm-install
2626
uses: pnpm/action-setup@v4
2727
with:
28-
version: 8
2928
run_install: false
3029

3130
- name: Get pnpm store directory

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"license": "MIT",
88
"repository": "octet-stream/form-data-encoder",
99
"sideEffects": false,
10+
"packageManager": "pnpm@9.1.1",
1011
"engines": {
1112
"node": ">= 18"
1213
},

0 commit comments

Comments
 (0)