-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
chore: Update to Node 20 #6385
base: main
Are you sure you want to change the base?
chore: Update to Node 20 #6385
Conversation
1 similar comment
8cb1a5d
to
3013156
Compare
1 similar comment
a79adcf
to
3013156
Compare
yep, that's the same one I was getting. I'm not sure why the resolver isn't working... |
# Conflicts: # package.json # yarn.lock
@@ -108,6 +108,19 @@ class NumberParserImpl { | |||
|
|||
constructor(locale: string, options: Intl.NumberFormatOptions = {}) { | |||
this.locale = locale; | |||
// see https://tc39.es/ecma402/#sec-setnfdigitoptions, when using roundingIncrement, the maximumFractionDigits and minimumFractionDigits must be equal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note, this previously threw in Chrome and Node 22
new Intl.NumberFormat('en-US', {roundingIncrement: 2})
# Conflicts: # yarn.lock
Closes #6380
Not sure why, but the SSR tests are taking longer in node 20, long enough that I had to extend the time allocated and I chose to run them in band so that the concurrency wouldn't slow them down.
Everything else is working though.
✅ Pull Request Checklist:
📝 Test Instructions:
🧢 Your Project: