Compare commits

..

1 Commits

Author SHA1 Message Date
Khải
ca34ad01e5
Merge 4b568c8023 into 58e6119fe4 2026-03-23 10:03:10 +10:00
2 changed files with 2 additions and 2 deletions

BIN
dist/index.js vendored

Binary file not shown.

View File

@ -101,8 +101,8 @@ Remove one of these versions to avoid version mismatch errors like ERR_PNPM_BAD_
}
if (typeof packageManager === 'string' && packageManager.startsWith('pnpm@')) {
// Strip the "pnpm@" prefix and any "+sha..." hash suffix
return packageManager.replace('pnpm@', '').replace(/\+.*$/, '')
// pnpm will handle version management via packageManager field
return undefined
}
if (!GITHUB_WORKSPACE) {