diff --git a/.azure-pipelines/azure-pipeline.yml b/.azure-pipelines/azure-pipeline.yml index 71a62bd1..a8060f5a 100644 --- a/.azure-pipelines/azure-pipeline.yml +++ b/.azure-pipelines/azure-pipeline.yml @@ -44,16 +44,16 @@ extends: clean: true - task: NodeTool@0 - displayName: Use node 10 + displayName: Use node 20 inputs: - versionSpec: "10.x" + versionSpec: "20.x" - task: NpmAuthenticate@0 inputs: workingFile: .npmrc - - script: npm i -g npm@6.14.12 --force - displayName: Use npm version 6.14.12 + - script: npm i -g npm@10.9.2 --force + displayName: Use npm version 10.9.2 - bash: | npm ci