From bd090c4ab57d697a8b1fc1ad18c09976ed52d6fd Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 22 Oct 2022 13:03:10 +1100 Subject: [PATCH] add Node.js v16.18.0 --- Droplex/App.cs | 3 ++- Droplex/Droplex.Configuration.yml | 6 ++++++ Droplex/Droplex.csproj | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Droplex/App.cs b/Droplex/App.cs index 75f80a1..89ed2b5 100644 --- a/Droplex/App.cs +++ b/Droplex/App.cs @@ -13,6 +13,7 @@ public enum App Zabbix_5_2_6 = 5, python_3_8_9_embeddable = 6, Putty_0_75 = 7, - Everything1_4_1_1009 = 8 + Everything1_4_1_1009 = 8, + nodejs_16_18_0 = 9 } } diff --git a/Droplex/Droplex.Configuration.yml b/Droplex/Droplex.Configuration.yml index fd19a1c..20eb7fb 100644 --- a/Droplex/Droplex.Configuration.yml +++ b/Droplex/Droplex.Configuration.yml @@ -47,3 +47,9 @@ id: 8 url: https://www.voidtools.com/Everything-1.4.1.1009.x64-Setup.exe args: /S + +- name: Node.js + version: 16.18.0 + id: 9 + url: https://nodejs.org/dist/v16.18.0/node-v16.18.0-win-x64.zip + mirror: https://registry.npmmirror.com/-/binary/node/latest-v16.x/node-v16.18.0-win-x64.zip diff --git a/Droplex/Droplex.csproj b/Droplex/Droplex.csproj index 2d8d970..fe208a4 100644 --- a/Droplex/Droplex.csproj +++ b/Droplex/Droplex.csproj @@ -10,9 +10,9 @@ - 1.4.1 - 1.4.1 - 1.4.1 + 1.5.0 + 1.5.0 + 1.5.0 Droplex Jeremy Wu MIT