From d20e225d1e71a0bd1d4797a50a5a5881776f3dad Mon Sep 17 00:00:00 2001 From: Zach Bloomquist Date: Tue, 7 Jan 2020 11:28:05 -0500 Subject: [PATCH] Use node 12.8.1 in CI and .node-version --- .node-version | 2 +- appveyor.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.node-version b/.node-version index 4044f90867df..e56b2006c570 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -12.0.0 +12.8.1 diff --git a/appveyor.yml b/appveyor.yml index 10dcf01cb3ca..e41c017becb7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ branches: # https://www.appveyor.com/docs/lang/nodejs-iojs/ environment: # use matching version of Node.js - nodejs_version: "12.0.0" + nodejs_version: "12.8.1" # encode secure variables which will NOT be used # in pull requests # https://www.appveyor.com/docs/build-configuration/#secure-variables diff --git a/package.json b/package.json index 18c3e0b4a678..38ca0c1304a8 100644 --- a/package.json +++ b/package.json @@ -171,7 +171,7 @@ "vinyl-paths": "2.1.0" }, "engines": { - "node": "12.0.0" + "node": "12.8.1" }, "productName": "Cypress", "license": "MIT",