diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bf56801..5610846 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,6 +15,14 @@ variables: buildConfiguration: 'Release' steps: +- task: NodeTaskRunnerInstaller@0 + inputs: + nodeVersion: '16' + +- task: Npm@1 + inputs: + command: 'install' + workingDir: 'EnotaryoPH.Web' - task: NuGetToolInstaller@1 - task: NuGetCommand@2