Skip to content

Commit

Permalink
require node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Sep 25, 2020
1 parent e7648bf commit 1ef7f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ trigger:
steps:
- task: NodeTool@0
inputs:
versionSpec: '8.x'
versionSpec: '10.x'

- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
inputs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"vsce": "out/vsce"
},
"engines": {
"node": ">= 8"
"node": ">= 10"
},
"dependencies": {
"azure-devops-node-api": "^7.2.0",
Expand Down

0 comments on commit 1ef7f26

Please sign in to comment.