Skip to content

Commit

Permalink
chore: fix cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Oct 4, 2024
1 parent dd82e95 commit 8296a4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/worker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- uses: cloudflare/wrangler-action@v3
id: wrangler_deploy
with:
wranglerVersion: "3.79.0"
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
secrets: |
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@
"toml": "3.0.0",
"tomlify-j0.4": "3.0.0",
"tsx": "4.16.2",
"typescript": "5.5.3",
"typescript": "5.6.2",
"typescript-eslint": "7.16.0",
"wrangler": "3.78.10"
"wrangler": "3.79.0"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 8296a4e

Please sign in to comment.