diff --git a/azure-pipelines.yml b/azure-pipelines.yml index acdd36b1..96a12714 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 530e915b..d6f8ea3e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "main": "index.js", "engines": { - "node": ">= 8.5", + "node": ">= 10", "npm": ">= 5" }, "scripts": {