Skip to content

Commit 0ec3fe9

Browse files
committed
ci: bump wrangler-action to v4 (Node 24 runtime)
cloudflare/wrangler-action@v3 runs on Node.js 20, which GitHub force- upgrades to Node 24 on 2026-06-16 and removes on 2026-09-16. v4 runs on node24 and defaults to Wrangler v4 -- matching the npx wrangler (v4) used by `npm run dev`/`deploy` locally, so CI and local deploy with the same Wrangler major.
1 parent 0fea4b1 commit 0ec3fe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
run: npm run build
125125

126126
- name: Deploy to Cloudflare Workers
127-
uses: cloudflare/wrangler-action@v3
127+
uses: cloudflare/wrangler-action@v4
128128
with:
129129
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
130130
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)