aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-04-27 15:06:36 +0530
committerLibravatar GitHub <noreply@github.com>2021-04-27 09:36:36 +0000
commit4e15bbfc963df567506e528ca418f2a2265ce105 (patch)
treee9ff27ac505407c0c4163bce869c2c81e84d3076
parentUpgraded electron to '12.0.5'. (#1304) (diff)
downloadferdium-app-4e15bbfc963df567506e528ca418f2a2265ce105.tar.gz
ferdium-app-4e15bbfc963df567506e528ca418f2a2265ce105.tar.zst
ferdium-app-4e15bbfc963df567506e528ca418f2a2265ce105.zip
Upgraded nodejs to '14.16.1' (#1307)
-rw-r--r--.nvmrc2
-rw-r--r--appveyor.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.nvmrc b/.nvmrc
index 25615cc6a..6b17d228d 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
12.22.1 14.16.1
diff --git a/appveyor.yml b/appveyor.yml
index 8de14df7d..1f5ebe1fc 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -12,7 +12,7 @@ cache:
12image: Visual Studio 2019 12image: Visual Studio 2019
13 13
14environment: 14environment:
15 nodejs_version: "12.22.1" 15 nodejs_version: "14.16.1"
16 16
17install: 17install:
18 - appveyor-retry git submodule update --init --recursive 18 - appveyor-retry git submodule update --init --recursive