Skip to content

Commit 8fcf510

Browse files
ggonzalez94claude
andcommitted
fix: add packageManager field for pnpm/action-setup@v5
CI failed because pnpm/action-setup@v5 requires a pnpm version specified either via the action's version input or package.json's packageManager field. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d39d282 commit 8fcf510

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
},
1616
"devDependencies": {
1717
"typescript": "^5.4.5"
18-
}
18+
},
19+
"packageManager": "pnpm@10.32.1"
1920
}

0 commit comments

Comments
 (0)