Shopify / polaris

Shopify’s design system to help us work together to build a great experience for all of our merchants.
https://polaris.shopify.com
Other
5.76k stars 1.17k forks source link

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

Open SinXie opened 1 month ago

SinXie commented 1 month ago

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 commented 1 month ago

My node version is 20.15.1