Skip to content

Commit 21a6c72

Browse files
fix: signature corepack issue (#379)
1 parent 4845255 commit 21a6c72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pipeline {
2828
steps {
2929
script {
3030
sh """
31+
corepack enable && corepack prepare [email protected] --activate
3132
pnpm install
3233
"""
3334
}

0 commit comments

Comments
 (0)