Skip to content

Commit

Permalink
chore: Bump pnpm (#10760)
Browse files Browse the repository at this point in the history
<!--
Before opening a pull request, please read the [contributing
guidelines](https://github.com/pancakeswap/pancake-frontend/blob/develop/CONTRIBUTING.md)
first
-->

<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates the version of `pnpm` used in the GitHub Action and the
project's configuration files to `9.11.0` from `9.10.0`.

### Detailed summary
- Updated `pnpm/action-setup` version from `9.10.0` to `9.11.0` in
`.github/actions/install-deps/action.yml`.
- Changed `packageManager` in `package.json` from `[email protected]` to
`[email protected]`.
- Updated `pnpm` version in the `volta` section of `package.json` from
`9.10.0` to `9.11.0`.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
chefjackson authored Sep 30, 2024
1 parent d1ae861 commit 917bd44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- uses: pnpm/action-setup@v4
with:
version: 9.10.0
version: 9.11.0

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"apis/*",
"scripts"
],
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "turbo run dev --filter=web... --concurrency=50",
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"volta": {
"node": "20.17.0",
"pnpm": "9.10.0"
"pnpm": "9.11.0"
},
"dependencies": {
"ws": "^8.17.1",
Expand Down

0 comments on commit 917bd44

Please sign in to comment.