Skip to content

Commit

Permalink
feat!: drop node 18 (#1085)
Browse files Browse the repository at this point in the history
## 🧰 Changes

BREAKING CHANGE: dropping support for Node.js v18. The minimum required
Node.js version is v20.10.0.
  • Loading branch information
kanadgupta authored Dec 2, 2024
1 parent ab57533 commit ebc2ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
"engines": {
"node": "^18.20.0 || >=20.10.0"
"node": ">=20.10.0"
},
"bin": {
"rdme": "bin/run.js"
Expand Down

0 comments on commit ebc2ac0

Please sign in to comment.