Skip to content

Commit

Permalink
[BREAKING] Require Node.js >= 10
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Support for older Node.js releases has been dropped.
Only Node.js v10 or higher is supported.
  • Loading branch information
RandomByte committed Mar 12, 2020
1 parent ae7932b commit e0916ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ trigger:

strategy:
matrix:
linux_node_8:
imageName: 'ubuntu-16.04'
node_version: 8.x
linux_node_10:
imageName: 'ubuntu-16.04'
node_version: 10.x
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"main": "index.js",
"engines": {
"node": ">= 8.5",
"node": ">= 10",
"npm": ">= 5"
},
"scripts": {
Expand Down

0 comments on commit e0916ec

Please sign in to comment.