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"