From b47334f8b221985b918aaf49deaee0fe2b059f88 Mon Sep 17 00:00:00 2001 From: Alexandre Rogozine Date: Mon, 2 Jan 2023 16:39:39 -0700 Subject: [PATCH] Use Node 18 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 883cbd6..58dd174 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ pool: steps: - task: NodeTool@0 inputs: - versionSpec: 17.x + versionSpec: 18.x - script: | npm install -g typescript jest typedoc