We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c9b88 commit c8a94f2Copy full SHA for c8a94f2
.github/workflows/main.yml
@@ -5,7 +5,7 @@ on:
5
repository_dispatch:
6
7
env:
8
- NODE_VERSION: 20.x
+ NODE_VERSION: 22.x
9
jobs:
10
test:
11
runs-on: ubuntu-latest
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Deploy
43
# only publish if a direct `push`/`repository_dispatch`
44
- uses: cloudflare/wrangler-action@v3.6.1
+ uses: cloudflare/wrangler-action@v3.14.0
45
if: github.event_name == 'repository_dispatch' || github.event_name == 'push'
46
with:
47
apiToken: ${{ secrets.CF_API_TOKEN }}
0 commit comments