summaryrefslogtreecommitdiff
path: root/tools/icu
diff options
context:
space:
mode:
authorSteven R. Loomis <srloomis@us.ibm.com>2018-06-08 13:57:32 -0700
committerSteven R. Loomis <srloomis@us.ibm.com>2018-10-23 13:37:48 -0700
commitd8b6a1d4f6410e8b36a58a0d822773ee28f7b1e5 (patch)
tree3fe5ef6f293156cde54e69e353a404e1f58dd2ef /tools/icu
parent341006b144d18c15e1b026ea0aa5044c07436f87 (diff)
downloadnode-new-d8b6a1d4f6410e8b36a58a0d822773ee28f7b1e5.tar.gz
doc: document and warn if the ICU version is too old
Fixes: https://github.com/nodejs/node/issues/19657 PR-URL: https://github.com/nodejs/node/pull/23766 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Diffstat (limited to 'tools/icu')
-rw-r--r--tools/icu/icu_versions.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/icu/icu_versions.json b/tools/icu/icu_versions.json
new file mode 100644
index 0000000000..e17ee8beee
--- /dev/null
+++ b/tools/icu/icu_versions.json
@@ -0,0 +1,3 @@
+{
+ "minimum_icu": 57
+} \ No newline at end of file