Skip to content

fix: Error: The 'mode' field on 'RequestInitializerDict' is not imple… #133

fix: Error: The 'mode' field on 'RequestInitializerDict' is not imple…

fix: Error: The 'mode' field on 'RequestInitializerDict' is not imple… #133

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
wranglerVersion: "3.72.0"