summaryrefslogtreecommitdiff
path: root/tools/icu
diff options
context:
space:
mode:
authorUjjwal Sharma <usharma1998@gmail.com>2018-11-09 01:37:57 +0530
committerMichaƫl Zasso <targos@protonmail.com>2019-03-14 18:51:07 +0100
commite0b3de1e904fdffb0a5e0e89a27ba69d80354418 (patch)
treeb0f12d11b4fda1000e0ead016f9a2f007c1add73 /tools/icu
parent3531fe9320c0b98ce01238ee07812306e716c4bd (diff)
downloadandroid-node-v8-e0b3de1e904fdffb0a5e0e89a27ba69d80354418.tar.gz
android-node-v8-e0b3de1e904fdffb0a5e0e89a27ba69d80354418.tar.bz2
android-node-v8-e0b3de1e904fdffb0a5e0e89a27ba69d80354418.zip
deps: bump minimum icu version to 63
Bump minimum version of ICU needed to build node to 63. Refs: https://github.com/v8/v8/commit/30a350f298732d6622712aa113d72fe3382c7f39 Co-authored-by: Steven R Loomis <srloomis@us.ibm.com> PR-URL: https://github.com/nodejs/node/pull/25852 Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Diffstat (limited to 'tools/icu')
-rw-r--r--tools/icu/icu_versions.json4
1 files changed, 2 insertions, 2 deletions
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
+}