Skip to content

Commit

Permalink
chore: Update engine requirement (#9762)
Browse files Browse the repository at this point in the history
nodejs/node#51118
https://github.com/nodejs/node/releases/tag/v18.20.0

<!--
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 minimum required Node version to `>=18.20.0`.

### Detailed summary
- Updated the minimum required Node version in `package.json` from
`>=18.0.0` to `>=18.20.0`.

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

<!-- end pr-codex -->
  • Loading branch information
chefjackson authored May 8, 2024
1 parent cec1c02 commit 6d93794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prepare": "husky install"
},
"engines": {
"node": ">=18.0.0"
"node": ">=18.20.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
Expand Down

0 comments on commit 6d93794

Please sign in to comment.