aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-05 15:18:14 +0530
committerLibravatar GitHub <noreply@github.com>2021-05-05 09:48:14 +0000
commitc3fdaeec1e2329bacc786e43ea6369542715cbe1 (patch)
tree86e72ddcecf64c76f163293018d4072dd84925df /appveyor.yml
parentLogging for nightly build + terminate build on error (#1347) (diff)
downloadferdium-app-c3fdaeec1e2329bacc786e43ea6369542715cbe1.tar.gz
ferdium-app-c3fdaeec1e2329bacc786e43ea6369542715cbe1.tar.zst
ferdium-app-c3fdaeec1e2329bacc786e43ea6369542715cbe1.zip
Upgraded nodejs back to '14.16.1' (#1346)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 98a9825a1..e2622d42c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,7 +14,7 @@ cache:
14image: Visual Studio 2019 14image: Visual Studio 2019
15 15
16environment: 16environment:
17 nodejs_version: "14.15.0" 17 nodejs_version: "14.16.1"
18 18
19install: 19install:
20 - appveyor-retry git submodule update --init --recursive 20 - appveyor-retry git submodule update --init --recursive