Skip to content

Commit

Permalink
chore(deps): update pnpm to v9 (#1980)
Browse files Browse the repository at this point in the history
* chore(deps): update pnpm to v9

* fix: Update package.json

* fix: Update build.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: JellyBrick <[email protected]>
  • Loading branch information
renovate[bot] and JellyBrick authored May 24, 2024
1 parent e87fa12 commit 4f07828
Show file tree
Hide file tree
Showing 3 changed files with 4,984 additions and 3,930 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Setup NodeJS
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,7 @@
"unreleased": true,
"output": "changelog.md"
},
"packageManager": "[email protected]"
"engines": {
"pnpm": ">=8"
}
}
Loading

0 comments on commit 4f07828

Please sign in to comment.