Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Node version more flexible (#971)
**Related Ticket:** #947 follow up of #917 ### Description of Changes I realized that it is better to make the Node version flexible in package.json, so VEDA-UI users don't have to be on exact Node v20. ### Notes & Questions About Changes I think v18 is a reasonable choice to be the minimum version number since 1. We don't have a package that requires specific Node version and 2. 18 is the actively maintained Node at this point (https://nodejs.org/en/about/previous-releases) 🤔 Is there any more thing to consider?
- Loading branch information