From d5fe7cc4e953da950e29c503b3b01b00ab01f83b Mon Sep 17 00:00:00 2001 From: cui Date: Thu, 1 Jun 2023 13:50:23 +0800 Subject: [PATCH] fix(azure): fix node version --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 497b841..26641b5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,7 +29,7 @@ stages: steps: - task: NodeTool@0 inputs: - versionSpec: '16.15.0' + versionSpec: '18.16.0' displayName: 'Install Node.js' - script: yarn install displayName: 'Install'