diff --git a/.travis.yml b/.travis.yml index f8961e6..84efbd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ services: - xvfb language: node_js node_js: - - "14.15.0" + - "14.16.0" cache: directories: - $HOME/.npm diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f3a072c..a5cee28 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,7 +31,7 @@ jobs: steps: - task: NodeTool@0 inputs: - versionSpec: "14.15.0" + versionSpec: "14.16.0" displayName: "Install Node.js" - script: npm install -g npm displayName: 'TOOLS: update NPM'