Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools/icu
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2020-05-09 13:57:25 +0300
committerMichaël Zasso <targos@protonmail.com>2020-07-13 15:42:43 +0300
commitb1a0efacf2ed5f8d0c0a5066289a9e5e3035acc1 (patch)
tree8a04350b1296cd35948238d61994ad1bcd0a1c37 /tools/icu
parent03bf4ed0fa1dc0e2c00a5d45111deec6e78ef3fe (diff)
deps: bump minimum icu version to 67
Bump minimum version of ICU needed to build node to 67. Refs: https://github.com/v8/v8/commit/611e412768a7bc87a20d0315635b0bf76a5bab46 PR-URL: https://github.com/nodejs/node/pull/33579 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com>
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 a14ea6db288..19a05a679a9 100644
--- a/tools/icu/icu_versions.json
+++ b/tools/icu/icu_versions.json
@@ -1,3 +1,3 @@
{
- "minimum_icu": 65
+ "minimum_icu": 67
}