From 440238adc4a045fa7397932104a40847f0615222 Mon Sep 17 00:00:00 2001 From: Ryan van Zeben Date: Wed, 20 Sep 2023 15:02:05 -0400 Subject: [PATCH] Bump node 16 to v16.20.2 (#2872) * Bump node 16 to v16.20.2 * Update unofficial build for win-arm to node 16.20.0 They dont have a build for anything newer yet * linux-arm hash * linux-arm64 hash update * linux64 hash update * osx64 hash update * osxarm hash update * win64 hash update --- src/Misc/contentHash/externals/linux-arm | 2 +- src/Misc/contentHash/externals/linux-arm64 | 2 +- src/Misc/contentHash/externals/linux-x64 | 2 +- src/Misc/contentHash/externals/osx-arm64 | 2 +- src/Misc/contentHash/externals/osx-x64 | 2 +- src/Misc/contentHash/externals/win-x64 | 2 +- src/Misc/externals.sh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Misc/contentHash/externals/linux-arm b/src/Misc/contentHash/externals/linux-arm index 20eec3493..c1c20acd6 100644 --- a/src/Misc/contentHash/externals/linux-arm +++ b/src/Misc/contentHash/externals/linux-arm @@ -1 +1 @@ -5bdddd32bab1e57af252b470579083049496e9e39b6e4f50de01232581f9a2d8 \ No newline at end of file +97cbac637d592d3a5d20f6cd91a3afaf5257995c7f6fdc73ab1b5a3a464e4382 \ No newline at end of file diff --git a/src/Misc/contentHash/externals/linux-arm64 b/src/Misc/contentHash/externals/linux-arm64 index 427850748..aa8c4b668 100644 --- a/src/Misc/contentHash/externals/linux-arm64 +++ b/src/Misc/contentHash/externals/linux-arm64 @@ -1 +1 @@ -54b3b3a72da93db0fa38708c759fceadddb70cacdd3620a079084a242126dd78 \ No newline at end of file +25eaf1d30e72a521414384c24b7474037698325c233503671eceaacf6a56c6bd \ No newline at end of file diff --git a/src/Misc/contentHash/externals/linux-x64 b/src/Misc/contentHash/externals/linux-x64 index 5e39ae85c..65680a8a8 100644 --- a/src/Misc/contentHash/externals/linux-x64 +++ b/src/Misc/contentHash/externals/linux-x64 @@ -1 +1 @@ -e7f2da271abb174285c3a757503538b3e9792e9d731b0382b6d1f21bb59a79ba \ No newline at end of file +93865f08e52e0fb0fe0119dca2363f221fbe10af5bd932a0fc3df999143a7f81 \ No newline at end of file diff --git a/src/Misc/contentHash/externals/osx-arm64 b/src/Misc/contentHash/externals/osx-arm64 index 678ad1a4f..17f2d9623 100644 --- a/src/Misc/contentHash/externals/osx-arm64 +++ b/src/Misc/contentHash/externals/osx-arm64 @@ -1 +1 @@ -2481c5b0d06b2b5621635f2568b86a43b0e5b259fed1298167ba4f33d4c464c7 \ No newline at end of file +2574465a73ef1de75cd01da9232a96d4b6e9a0090e368978ff48d0629137610b \ No newline at end of file diff --git a/src/Misc/contentHash/externals/osx-x64 b/src/Misc/contentHash/externals/osx-x64 index 52123e90c..e4882b8d1 100644 --- a/src/Misc/contentHash/externals/osx-x64 +++ b/src/Misc/contentHash/externals/osx-x64 @@ -1 +1 @@ -85de7677165e65ec69b8a9e344c0811efa51b7fe5376a1aa083505c560ea6f57 \ No newline at end of file +ac60e452c01d99e23e696cc984f8e08b2602b649a370fc3ef1451f3958f2df0f \ No newline at end of file diff --git a/src/Misc/contentHash/externals/win-x64 b/src/Misc/contentHash/externals/win-x64 index aa8b56b59..fda1b99c1 100644 --- a/src/Misc/contentHash/externals/win-x64 +++ b/src/Misc/contentHash/externals/win-x64 @@ -1 +1 @@ -16f3cc545dfe10e84df43746073fc64d3c44d1891782532805aeb2118869a55d \ No newline at end of file +c7e94c3c73ccebf214497c5ae2b6aac6eb6677c0d2080929b0a87c576c6f3858 \ No newline at end of file diff --git a/src/Misc/externals.sh b/src/Misc/externals.sh index 193fd101f..730819ac3 100755 --- a/src/Misc/externals.sh +++ b/src/Misc/externals.sh @@ -5,7 +5,7 @@ PRECACHE=$2 NODE_URL=https://nodejs.org/dist UNOFFICIAL_NODE_URL=https://unofficial-builds.nodejs.org/download/release NODE_ALPINE_URL=https://github.com/actions/alpine_nodejs/releases/download -NODE16_VERSION="16.20.1" +NODE16_VERSION="16.20.2" NODE20_VERSION="20.5.0" # used only for win-arm64, remove node16 unofficial version when official version is available NODE16_UNOFFICIAL_VERSION="16.20.0"