From 967b0a1b88850196af781af51961c780af5d5189 Mon Sep 17 00:00:00 2001 From: v-mazayt Date: Mon, 29 Jul 2024 12:00:59 +0200 Subject: [PATCH] Update node --- make-util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-util.js b/make-util.js index 23d9f1b..fd7c91c 100644 --- a/make-util.js +++ b/make-util.js @@ -993,7 +993,7 @@ exports.storeNonAggregatedZip = storeNonAggregatedZip; var installNode = async function (nodeVersion) { const versions = { - 20: 'v20.11.0', + 20: 'v20.14.0', 16: 'v16.17.1', 14: 'v14.10.1', 10: 'v10.24.1',