Replies: 2 comments 1 reply
-
Are there any reasons to support NodeJS 14 (given that it is EOL, https://nodejs.org/en/about/previous-releases)? |
Beta Was this translation helpful? Give feedback.
1 reply
-
we will deprecate Node14 support since 0.4.0 and continue support Node16 for some time |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Originally posted by @hverlin in #4509 (comment)
we need to decide the least NodeJS version we should support before release 1.0, otherwise we will be stuck it for years and we can't use the latest tools in our repo(like pnpm 8) cause every NodeJS upgrade is a breaking change.
currently NodeJS 16 is also EOL and vite@5 will drop NodeJS 16 support and only support Node18 and Node 20+ https://main.vitejs.dev/guide/migration#migration-from-v4
Beta Was this translation helpful? Give feedback.
All reactions