From a1243e21ebce9712e8feac4f6636e8b6239e64a7 Mon Sep 17 00:00:00 2001 From: Ava S Date: Thu, 22 Dec 2022 16:13:25 +0200 Subject: [PATCH] Updated node 16 version --- src/Misc/externals.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Misc/externals.sh b/src/Misc/externals.sh index 123c46ce5..f9c9c95df 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 NODE12_VERSION="12.22.7" -NODE16_VERSION="16.13.0" +NODE16_VERSION="16.16.0" get_abs_path() { # exploits the fact that pwd will print abs path when no args