Commit 04c89d0
fix(ci): use project wrangler instead of outdated wrangler-action (#215)
The wrangler-action was pinned to a SHA that installed wrangler 3.90.0,
while the project uses wrangler 4.70.0. This version mismatch caused
deploy failures (502 Bad Gateway). Replaced with direct npm ci + npx
wrangler deploy to use the project's own wrangler and ensure the
cloudflare SDK is installed before bundling.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0fc35f7 commit 04c89d0
1 file changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments