Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit 757e6d3

Browse files
committed
fix: use wrangler v4 with action
1 parent eab4259 commit 757e6d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-with-wrangler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
with:
3737
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3838
environment: ${{ env.WRANGLER_ENV }}
39+
wranglerVersion: '4.18.0'
3940

4041
- name: Set Test URL for Preview
4142
if: github.event_name == 'pull_request'
@@ -47,4 +48,4 @@ jobs:
4748
- name: Test Endpoints (10s delay)
4849
run: |
4950
chmod +x tests/run_tests.sh
50-
./tests/run_tests.sh ${{ env.TEST_URL }} true
51+
./tests/run_tests.sh ${{ env.TEST_URL }} true

0 commit comments

Comments
 (0)