diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d84fced..50e561f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,6 +6,11 @@ pool: vmImage: 'ubuntu-latest' steps: +- task: UseNode@1 + inputs: + version: "20.x" + displayName: "Install Node.js" + - task: Npm@1 displayName: 'npm install' inputs: