This is an automated email from the ASF dual-hosted git repository. brodybits pushed a commit to branch brodybits-uwp-only-test-wip0101 in repository https://gitbox.apache.org/repos/asf/cordova-windows.git
commit 825d63b3cff6425f45b48565329f26deb9347b58 Author: Christopher J. Brody <[email protected]> AuthorDate: Sun Dec 22 13:55:20 2019 -0500 [TBD] test prep: AppVeyor on Node.js 10 TODO: update the package engines field first --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b241f46..0f9eddc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,18 +21,18 @@ environment: matrix: - - nodejs_version: "6" + - nodejs_version: 10 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - - nodejs_version: "6" + - nodejs_version: 10 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 MSBUILDDIR: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\MSBuild\\15.0\\Bin\\" - - nodejs_version: "6" + - nodejs_version: 10 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 MSBUILDDIR: "C:\\Program Files (x86)\\MSBuild\\14.0\\bin\\" - - nodejs_version: "6" + - nodejs_version: 10 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 install: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
