We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When https://crbug.com/v8/8401 lands in Node.js, ICU ≥63 will be required. Looks like v8 may not check the version properly.
see also nodejs/node#24253
Something like the following (not sure of the newline situation)
diff --git a/tools/icu/icu_versions.json b/tools/icu/icu_versions.json index e17ee8beee..7224e9debe 100644 --- a/tools/icu/icu_versions.json +++ b/tools/icu/icu_versions.json @@ -1,3 +1,3 @@ { - "minimum_icu": 57 -} \ No newline at end of file + "minimum_icu": 63 +}
The text was updated successfully, but these errors were encountered:
looks like v8/v8@30a350f
Sorry, something went wrong.
v8 is tracking this in https://crbug.com/v8/8424 to make the requirement clear.
Fixed in nodejs/node@f4fd7d5 via nodejs/node#24258
ryzokuken
No branches or pull requests
When https://crbug.com/v8/8401 lands in Node.js, ICU ≥63 will be required. Looks like v8 may not check the version properly.
see also nodejs/node#24253
Something like the following (not sure of the newline situation)
The text was updated successfully, but these errors were encountered: