Skip to content

Commit

Permalink
🧑‍💻 update the minium node version to 18.17.0 for development (#562 by
Browse files Browse the repository at this point in the history
  • Loading branch information
luckrnx09 committed Apr 4, 2024
1 parent e62c41f commit 6ba53d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Here is a quick guide to doing code contributions to the library.

1. Make sure to have the right dependencies up-to-date:

- `"node": ">=16.15"`
- `"node": ">=18.17.0"`
- `"pnpm": "^8"`

2. Fork and clone the repo to your local machine:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"zx": "^7.2.3"
},
"engines": {
"node": ">=16.15.0"
"node": ">=18.17.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6ba53d5

Please sign in to comment.