Skip to content

Commit

Permalink
Use node 12.8.1 in CI and .node-version (cypress-io#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 authored 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

0 comments on commit 639ba32

Please sign in to comment.