diff --git a/azure-pipelines.yml b/azure-pipelines.yml index acdd36b18..96a127147 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 diff --git a/package.json b/package.json index 1847b2c75..a3b38e44f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ ], "main": "index.js", "engines": { - "node": ">= 8.5", + "node": ">= 10", "npm": ">= 5" }, "scripts": {