Skip to content

Commit

Permalink
chore: test against Node.js 13 (#10591)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung authored and nicolo-ribaudo committed Oct 22, 2019
1 parent 5b40845 commit 1770dac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -27,8 +27,8 @@ matrix:
include:
- node_js: "node"
env: JOB=lint
# We test the latest version on circleci
- node_js: "11"
# We test the Node.js 12 on circleci
- node_js: "13"
# Move `windows` build to be the third since it is slow
- os: windows
node_js: "node"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -76,7 +76,7 @@
"@lerna/**/@lerna/collect-updates": "https://github.com/babel/lerna.git#babel-collect-updates"
},
"engines": {
"node": ">= 6.9.0 < 13.0.0",
"node": ">= 6.9.0 < 14.0.0",
"npm": ">= 3.x <= 6.x",
"yarn": ">=0.27.5 || >=1.0.0-20170811"
},
Expand Down

0 comments on commit 1770dac

Please sign in to comment.