From e5750d4bc492032215c9f55adff9e33229098280 Mon Sep 17 00:00:00 2001 From: Mike van den Berge Date: Wed, 12 Mar 2025 13:44:59 +0100 Subject: [PATCH] :bug: Closes #70 --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: