aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.nvmrc2
-rw-r--r--.travis.yml4
-rw-r--r--appveyor.yml2
3 files changed, 4 insertions, 4 deletions
diff --git a/.nvmrc b/.nvmrc
index c10742477..6b17d228d 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
14.15.0 14.16.1
diff --git a/.travis.yml b/.travis.yml
index 5fbd8f1a7..b56db70c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,8 +19,8 @@ matrix:
19 - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder 19 - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
20 20
21language: node_js 21language: node_js
22node_js: 22node_js: "14.16.1"
23 - 14 23
24git: 24git:
25 submodules: false 25 submodules: false
26branches: 26branches:
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