From 92b435eb80e2ad6247a4ba2dc7f3d126f639e90e Mon Sep 17 00:00:00 2001 From: David Blass Date: Wed, 5 Nov 2025 15:52:57 -0500 Subject: [PATCH] switch to pnpm CLAUDE-ACTION.md README.md action.yml agents coverage entry.ts fixtures index.ts main.ts mcp node_modules package.json play.ts pnpm-lock.yaml todo.md tsconfig.json utils --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index fd3f7b4..bc4e604 100644 --- a/action.yml +++ b/action.yml @@ -20,6 +20,8 @@ runs: fetch-depth: 1 - name: Setup pnpm uses: pnpm/action-setup@v4 + with: + version: "*" - name: Setup Node.js 24 uses: actions/setup-node@v4 with: