Skip to content

Commit d076f2d

Browse files
committed
bump wrangle
1 parent 12e1a08 commit d076f2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
6767
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
68-
wranglerVersion: '3.112.0'
68+
wranglerVersion: '4.16.1'
6969
preCommands: npm ci
7070
command: publish
7171
secrets: |

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
3131
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
32-
wranglerVersion: '3.112.0'
32+
wranglerVersion: '4.16.1'
3333
preCommands: npm ci
3434
command: publish --env staging
3535
secrets: |

0 commit comments

Comments
 (0)