From a9da3bfab359911f51bc3951a4b2304143c53dde Mon Sep 17 00:00:00 2001 From: yazninja Date: Sun, 14 May 2023 22:32:32 +0300 Subject: [PATCH] use node 18 --- .nvmrc | 2 +- azure-pipelines.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.nvmrc b/.nvmrc index 2a4e4ab8..6d80269a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.17.0 +18.16.0 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7995c079..afaa7cec 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -99,7 +99,7 @@ jobs: # Also tests Pull Requests. - job: compile_windows displayName: "Compile Windows Distribution" - pool: Linux + pool: default steps: - task: NodeTool@0 displayName: "Install Node.js" @@ -161,14 +161,14 @@ jobs: - job: compile_winget displayName: "Compile for Winget" - pool: Linux + pool: default steps: - task: NodeTool@0 displayName: "Install Node.js" inputs: versionSource: "fromFile" versionFilePath: ".nvmrc" - + - script: yarn set version from sources displayName: "Setup yarn"