Skip to content

Commit f5653b9

Browse files
CopilotTechWatching
andcommitted
fix: replace corepack with explicit pnpm version install from package.json
Agent-Logs-Url: https://github.com/TechWatching/techwatching.dev/sessions/57f8235f-e01a-4464-b8d9-409f5f6dddcf Co-authored-by: TechWatching <15186176+TechWatching@users.noreply.github.com>
1 parent dcd3cb8 commit f5653b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/template-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ unresolved problems in the PR description.
148148
First, ensure pnpm is available and dependencies are installed:
149149

150150
```bash
151-
corepack enable 2>/dev/null || npm install -g pnpm
151+
npm install -g pnpm@$(node -p "require('./package.json').packageManager.split('@')[1]")
152152
pnpm install
153153
```
154154

0 commit comments

Comments
 (0)