From 5f299bab18ad90c9bba4b175f6a4cc32a8007d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Thu, 23 Apr 2020 07:06:39 -0400 Subject: [PATCH] chore: test against node.js 14 (#11467) --- .circleci/config.yml | 4 ++-- .travis.yml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0f9295e7edcf..c5f9a1781d4f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,12 +40,12 @@ aliases: executors: node-executor: docker: - - image: circleci/node:13 + - image: circleci/node:latest working_directory: ~/babel # e2e-vue-cli test requires chromium node-browsers-executor: docker: - - image: circleci/node:13-browsers + - image: circleci/node:latest-browsers working_directory: ~/babel jobs: diff --git a/.travis.yml b/.travis.yml index 030715b82f12..0b5f27f648e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ matrix: - node_js: "node" env: JOB=lint # We test the latest version on circleci - - node_js: "12" + - node_js: "13" # Move `windows` build to be the third since it is slow - os: windows node_js: "node" @@ -42,6 +42,7 @@ matrix: - $HOME/AppData/Local/Temp/chocolatey # Continue node_js matrix - node_js: "6" + - node_js: "12" - node_js: "10" - node_js: "8" - node_js: "node"