From 362d5ea3b640d9efef8b56c62576d3fe85bf4aed Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Mon, 14 Sep 2026 15:37:06 -0400 Subject: [PATCH] install npm --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a230296..3b4236f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ pipeline { // This command should run on the agent to configure the git environment sh 'git config --global url."https://github.com/".insteadOf git://github.com/' sh ''' - sudo npm install -g corepack@latest + npm install -g corepack@latest node --version corepack --version