Skip to content

Commit

Permalink
Use node 12.8.1 in CI and .node-version (#6109)
Browse files Browse the repository at this point in the history
Use node 12.8.1 in CI and .node-version
  • Loading branch information
flotwig committed Jan 7, 2020
2 parents 11bd06b + d20e225 commit 639ba32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.0.0
12.8.1
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"vinyl-paths": "2.1.0"
},
"engines": {
"node": "12.0.0"
"node": "12.8.1"
},
"productName": "Cypress",
"license": "MIT",
Expand Down

3 comments on commit 639ba32

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 639ba32 Jan 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 ia32 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.8.2/win32-ia32/appveyor-develop-639ba3206140756285d4b9043eda799eec04da61-29952107/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.8.2/win32-ia32/appveyor-develop-639ba3206140756285d4b9043eda799eec04da61-29952107/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 639ba32 Jan 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.8.2/win32-x64/appveyor-develop-639ba3206140756285d4b9043eda799eec04da61-29952107/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.8.2/win32-x64/appveyor-develop-639ba3206140756285d4b9043eda799eec04da61-29952107/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 639ba32 Jan 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.8.2/darwin-x64/circle-develop-639ba3206140756285d4b9043eda799eec04da61-227343/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.8.2/circle-develop-639ba3206140756285d4b9043eda799eec04da61-227340/cypress.tgz

Please sign in to comment.