Skip to content

ci(deploy): Node 22 + project wrangler 4#7

Merged
saba-ch merged 1 commit into
mainfrom
fix-deploy-node22
Jun 8, 2026
Merged

ci(deploy): Node 22 + project wrangler 4#7
saba-ch merged 1 commit into
mainfrom
fix-deploy-node22

Conversation

@saba-ch

@saba-ch saba-ch commented Jun 8, 2026

Copy link
Copy Markdown
Member

Deploy ran Node 20, so wrangler-action rejected the project's wrangler 4
(needs Node ≥22) and installed wrangler@3.90.0, which can't deploy an
assets-only Worker (Missing entry-point). Bump to Node 22 and
packageManager: pnpm so CI uses the repo's wrangler 4 — the version that
deploys cleanly locally.

Merging this touches deploy.yml, which re-triggers Deploy = the live test.

🤖 Generated with Claude Code


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

The Deploy job ran Node 20, so cloudflare/wrangler-action rejected the
project's wrangler 4 (needs Node >= 22) and fell back to wrangler 3.90.0,
which fails on an assets-only Worker with "Missing entry-point". Bump to
Node 22 and set packageManager: pnpm so the action uses the repo's
wrangler 4 — the same version that deploys cleanly locally.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@saba-ch saba-ch merged commit 8e5bd70 into main Jun 8, 2026
1 check passed
@saba-ch saba-ch deleted the fix-deploy-node22 branch June 8, 2026 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant