Skip to content

Commit

Permalink
Update Nodejs version to 14.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFran committed Mar 13, 2021
1 parent 1266c1e commit 345379e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
- xvfb
language: node_js
node_js:
- "14.15.0"
- "14.16.0"
cache:
directories:
- $HOME/.npm
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 345379e

Please sign in to comment.