Skip to content

Commit c8a94f2

Browse files
committed
chore: bump dependencies
1 parent 30c9b88 commit c8a94f2

File tree

3 files changed

+4399
-4106
lines changed

3 files changed

+4399
-4106
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
repository_dispatch:
66

77
env:
8-
NODE_VERSION: 20.x
8+
NODE_VERSION: 22.x
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Deploy
4343
# only publish if a direct `push`/`repository_dispatch`
44-
uses: cloudflare/wrangler-action@v3.6.1
44+
uses: cloudflare/wrangler-action@v3.14.0
4545
if: github.event_name == 'repository_dispatch' || github.event_name == 'push'
4646
with:
4747
apiToken: ${{ secrets.CF_API_TOKEN }}

0 commit comments

Comments
 (0)