Skip to content

Commit

Permalink
chore: bump wrangler
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry committed Nov 10, 2024
1 parent 7cd046b commit 5669100
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

env:
NODE_VERSION: 20.x
WRANGLER_VERSION: 3.86.0
jobs:
test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -48,7 +49,7 @@ jobs:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: "deploy"
wranglerVersion: "3.80.0"
wranglerVersion: ${{ env.WRANGLER_VERSION }}

- name: Publish (production)
uses: cloudflare/[email protected]
Expand All @@ -59,5 +60,5 @@ jobs:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: "deploy --env=production"
wranglerVersion: "3.80.0"
wranglerVersion: ${{ env.WRANGLER_VERSION }}

0 comments on commit 5669100

Please sign in to comment.