Skip to content

Commit

Permalink
fix(wokflows): Remove pnpm version from release workflow, return pack…
Browse files Browse the repository at this point in the history
…ageManager field back and update pnpm to v9
  • Loading branch information
octet-stream committed May 16, 2024
1 parent b23d68b commit bfbfe69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
id: pnpm-install
uses: pnpm/action-setup@v4
with:
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"license": "MIT",
"repository": "octet-stream/form-data-encoder",
"sideEffects": false,
"packageManager": "[email protected]",
"engines": {
"node": ">= 18"
},
Expand Down

0 comments on commit bfbfe69

Please sign in to comment.