From 1770dace348da8b5833ff793a1f5c92d9f12052c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Tue, 22 Oct 2019 18:23:20 -0400 Subject: [PATCH] chore: test against Node.js 13 (#10591) --- .travis.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b897a8e1a..0fff1345e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/package.json b/package.json index 1fbd8da7d9..a420748f11 100644 --- a/package.json +++ b/package.json @@ -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" },