Skip to content

Commit e0916ec

Browse files
committed
[BREAKING] Require Node.js >= 10
BREAKING CHANGE: Support for older Node.js releases has been dropped. Only Node.js v10 or higher is supported.
1 parent ae7932b commit e0916ec

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ trigger:
88

99
strategy:
1010
matrix:
11-
linux_node_8:
12-
imageName: 'ubuntu-16.04'
13-
node_version: 8.x
1411
linux_node_10:
1512
imageName: 'ubuntu-16.04'
1613
node_version: 10.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"main": "index.js",
1919
"engines": {
20-
"node": ">= 8.5",
20+
"node": ">= 10",
2121
"npm": ">= 5"
2222
},
2323
"scripts": {

0 commit comments

Comments
 (0)