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

Why are node versions fixed? BrowserslistError: Unknown version 20.10.0 of Node.js. #12448

Open
SinXie opened this issue Jul 24, 2024 · 1 comment
Labels
Bug Something is broken and not working as intended in the system. untriaged

Comments

@SinXie
Copy link

SinXie commented Jul 24, 2024

Summary

This commit wants to Miniumum required node version updated to v20.10.0.

However, browserslist should be "node >= 20.10.0", not "node 20.10.0"

"browserslist": {
  ...
  "node >= 20.10.0"
}
@SinXie SinXie added Bug Something is broken and not working as intended in the system. untriaged labels Jul 24, 2024
@SinXie
Copy link
Author

SinXie commented Jul 24, 2024

My node version is 20.15.1

@SinXie SinXie changed the title Why mandatory node version 20.10.0 Why mandatory node version Jul 24, 2024
@SinXie SinXie changed the title Why mandatory node version Why are node versions fixed?BrowserslistError: Unknown version 20.10.0 of Node.js Jul 24, 2024
@SinXie SinXie changed the title Why are node versions fixed?BrowserslistError: Unknown version 20.10.0 of Node.js Why are node versions fixed? BrowserslistError: Unknown version 20.10.0 of Node.js. Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is broken and not working as intended in the system. untriaged
Projects
None yet
Development

No branches or pull requests

1 participant