Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Node.js]: Make project back-compatible with node 18.x #8

Open
doc-han opened this issue Oct 17, 2024 · 0 comments
Open

[Node.js]: Make project back-compatible with node 18.x #8

doc-han opened this issue Oct 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@doc-han
Copy link
Owner

doc-han commented Oct 17, 2024

Description

xtensio currently requires node 20.x to run. Can we lower that to 18.x so that most people wouldn't have to change their node versions or use nvm in order to use our tool.

If we can do node 16.x that will be awesome even tho it has reached end of life

What to look for

  1. Check the packages we depend on and the version of node they depend on. Also, if the package can be replaced by writing its functionality ourselves.
  2. Check the internal node functions we depend on. Are they available in the version we want to support?
@doc-han doc-han added enhancement New feature or request help wanted Extra attention is needed labels Oct 17, 2024
@doc-han doc-han self-assigned this Oct 17, 2024
@doc-han doc-han pinned this issue Oct 26, 2024
@doc-han doc-han unpinned this issue Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant