From fd5cc5b4f55411225c87636675036099cb2dc4af Mon Sep 17 00:00:00 2001 From: ChithurajMsys <95626625+ChithurajMsys@users.noreply.github.com> Date: Wed, 22 Dec 2021 18:20:14 +0530 Subject: [PATCH] Update azure-pipelines-test-job.yml --- azure-pipelines-test-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-test-job.yml b/azure-pipelines-test-job.yml index cdf3f4dac..dc5abdd2f 100644 --- a/azure-pipelines-test-job.yml +++ b/azure-pipelines-test-job.yml @@ -32,7 +32,7 @@ jobs: displayName: 'Install Node.js' - script: npm i -g npm@8 - displayName: 'Update npm to v8' + displayName: 'Update npm to v9' - script: npm ci displayName: 'Run npm ci' -- GitLab