summaryrefslogtreecommitdiff
path: root/tools/icu
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2020-01-06 14:04:40 +0100
committerMatheus Marchini <mmarchini@netflix.com>2020-03-18 16:35:41 -0700
commit0220c298c5e918c4980271202161b5dbc3af2f71 (patch)
tree218da0a804c5ba79f2cf3df299e079f39c3d483b /tools/icu
parent9b6e7973796713bc920bf02f1a5b980adb34a337 (diff)
downloadnode-new-0220c298c5e918c4980271202161b5dbc3af2f71.tar.gz
deps: bump minimum icu version to 65
Bump minimum version of ICU needed to build node to 65. Refs: https://github.com/v8/v8/commit/74bf96e508e3cb8f9991c48b421d48eb0bf4dbff PR-URL: https://github.com/nodejs/node/pull/32116 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'tools/icu')
-rw-r--r--tools/icu/icu_versions.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/icu/icu_versions.json b/tools/icu/icu_versions.json
index e6929ac6a3..a14ea6db28 100644
--- a/tools/icu/icu_versions.json
+++ b/tools/icu/icu_versions.json
@@ -1,3 +1,3 @@
{
- "minimum_icu": 64
+ "minimum_icu": 65
}