From 9fd0f3903cb4a476b52abc5486ae6fa75a8c6127 Mon Sep 17 00:00:00 2001 From: Ihor Chulinda Date: Mon, 27 Dec 2021 16:44:17 +0100 Subject: [PATCH] ci: proper node version for publish --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 02610cc8..8f89950f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,7 +40,7 @@ jobs: steps: - task: NodeTool@0 inputs: - versionSpec: 16.x + versionSpec: 17.x displayName: 'Install Node.js' - script: npm install displayName: 'Install dependencies'