In CI, setting a newer wrangler target causes `npm i [email protected]` which causes error

Please see the two attached screenshots. I presume this is because I manage packages via pnpm and the action naively assumed preference for NPM?
No description
No description
1 Reply
Ping for toast
Ping for toastOP2mo ago
Made progress with
- name: Build & Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
workingDirectory: "server"
packageManager: pnpm
wranglerVersion: "3.78.7"
- name: Build & Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
workingDirectory: "server"
packageManager: pnpm
wranglerVersion: "3.78.7"
but now getting
Run cloudflare/wrangler-action@v3

:mag: Checking for existing Wrangler installation
/home/runner/setup-pnpm/node_modules/.bin/pnpm exec wrangler --version
3.69.1
:warning: Wrangler not found or version is incompatible. Installing...
:inbox_tray: Installing Wrangler
/home/runner/setup-pnpm/node_modules/.bin/pnpm add [email protected]
 ERR_PNPM_INCLUDED_DEPS_CONFLICT  modules directory (at "/home/runner/work/pinlog/pinlog") was installed with devDependencies. Current install wants optionalDependencies, dependencies.
Error: The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
Error: :rotating_light: Action failed
Run cloudflare/wrangler-action@v3

:mag: Checking for existing Wrangler installation
/home/runner/setup-pnpm/node_modules/.bin/pnpm exec wrangler --version
3.69.1
:warning: Wrangler not found or version is incompatible. Installing...
:inbox_tray: Installing Wrangler
/home/runner/setup-pnpm/node_modules/.bin/pnpm add [email protected]
 ERR_PNPM_INCLUDED_DEPS_CONFLICT  modules directory (at "/home/runner/work/pinlog/pinlog") was installed with devDependencies. Current install wants optionalDependencies, dependencies.
Error: The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
Error: :rotating_light: Action failed
Want results from more Discord servers?
Add your server