diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index 6c5ae33..a5fd0ba 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -8,12 +8,12 @@ trigger: - main pool: - vmImage: ubuntu-latest + vmImage: ubuntu-latest-v22 steps: -- task: NodeTool@0 +- task: NodeTool@1 inputs: - versionSpec: '10.x' + versionSpec: '12.x' displayName: 'Install Node.js' - script: |