From 712bdb0ab64d57b591620878ab8507ee7655c62d Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Thu, 24 Oct 2019 10:41:20 +0200 Subject: [PATCH] test on node 12 on azure and travis --- .azure-pipelines-steps.yml | 4 ++-- .travis.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines-steps.yml b/.azure-pipelines-steps.yml index f672e789dfca..b8f43969f465 100644 --- a/.azure-pipelines-steps.yml +++ b/.azure-pipelines-steps.yml @@ -9,8 +9,8 @@ steps: # Ensure Node.js 10 is active - task: NodeTool@0 inputs: - versionSpec: '10.x' - displayName: 'Use Node.js 10' + versionSpec: '12.x' + displayName: 'Use Node.js 12' # Ensure Python 2.7 is active - task: UsePythonVersion@0 diff --git a/.travis.yml b/.travis.yml index 6ab91e3060aa..055198682da3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - '10' + - 'lts/*' branches: only: