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: