From 617b73f43e6cbb2cd24f5964da1587caed9b5ac4 Mon Sep 17 00:00:00 2001 From: William Hilton Date: Sun, 28 Jun 2020 00:22:12 -0400 Subject: [PATCH] chore: bump node version used in CI --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5eb799b..1d864fa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ jobs: steps: - task: NodeTool@0 inputs: - versionSpec: '8.x' + versionSpec: '10.x' displayName: 'Install Node.js' - script: npm ci