diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 81cd450d6..6a0826d17 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,6 +21,11 @@ stages: jobs: - job: build steps: + - task: NodeTool@0 + inputs: + versionSource: 'fromFile' + versionFilePath: '.nvmrc' + displayName: 'Install Node.js' - script: | node --version yarn --version @@ -76,7 +81,7 @@ stages: env: ACCESS_REPO: $(ACCESS_REPO) ACCESS_TOKEN: $(ACCESS_TOKEN) - dependsOn: env + # dependsOn: env - stage: test jobs: