From 019db976baa44ddfaed16548c534b3af470747fd Mon Sep 17 00:00:00 2001 From: VILLAN3LL3 Date: Sun, 22 Dec 2024 17:59:10 +0100 Subject: [PATCH] updated node version to 18.19 --- build-staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-staging.yml b/build-staging.yml index a220e9ac..d165ab41 100644 --- a/build-staging.yml +++ b/build-staging.yml @@ -61,7 +61,7 @@ steps: zipAfterPublish: false - task: NodeTool@0 inputs: - versionSpec: '18.17' + versionSpec: '18.19' displayName: 'Install Node.js' - script: npm ci displayName: 'Install Frontend Dependencies'