This is an automated email from the ASF dual-hosted git repository.
erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git
The following commit(s) were added to refs/heads/master by this push:
new 960348d ci: add node-14.x to workflow (#387)
960348d is described below
commit 960348db899e6ac059ac5b100f4356ae5a46e2ee
Author: エリス <[email protected]>
AuthorDate: Sat Nov 28 17:19:48 2020 +0900
ci: add node-14.x to workflow (#387)
---
.travis.yml | 1 +
appveyor.yml | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 84dd5fe..054e75e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ git:
node_js:
- 10
- 12
+ - 14
install:
- npm install
diff --git a/appveyor.yml b/appveyor.yml
index c752a16..c34dd95 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -21,18 +21,18 @@
environment:
matrix:
- - nodejs_version: "10"
+ - nodejs_version: "14"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- - nodejs_version: "10"
+ - nodejs_version: "14"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
MSBUILDDIR: "C:\\Program Files (x86)\\Microsoft Visual
Studio\\2017\\Community\\MSBuild\\15.0\\Bin\\"
- - nodejs_version: "10"
+ - nodejs_version: "14"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
MSBUILDDIR: "C:\\Program Files (x86)\\MSBuild\\14.0\\bin\\"
- - nodejs_version: "10"
+ - nodejs_version: "14"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
install:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]