install npm
DOCS/docs.isharkfly.com/pipeline/head This commit looks good

This commit is contained in:
YuCheng Hu
2026-09-14 15:37:06 -04:00
parent dd6de4eee9
commit 362d5ea3b6
Vendored
+1 -1
View File
@@ -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