Skip to content

Commit

Permalink
fix: bumped wrangler version
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Nov 10, 2024
1 parent e1ae93c commit 9f647ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/worker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: cloudflare/wrangler-action@v3
id: wrangler_deploy
with:
wranglerVersion: "3.79.0"
wranglerVersion: "3.86.0"
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
secrets: |
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"tsx": "4.16.2",
"typescript": "5.6.3",
"typescript-eslint": "7.16.0",
"wrangler": "3.79.0"
"wrangler": "^3.86.0"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 9f647ab

Please sign in to comment.