Skip to content

Commit

Permalink
ci: use CLOUDFLARED_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLinCool committed Apr 25, 2023
1 parent 1bde21e commit 8e64c24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
docs:
name: docs
runs-on: ubuntu-latest
env:
CLOUDFLARED_VERSION: 2023.4.1

steps:
- name: Checkout Repository
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
release-npm:
name: Release NPM (${{ github.ref }})
runs-on: ubuntu-latest
env:
CLOUDFLARED_VERSION: 2023.4.1
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
env:
VERBOSE: 1
TUNNEL_TOKEN: ${{ secrets.TUNNEL_TOKEN }}
CLOUDFLARED_VERSION: 2023.4.1

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 8e64c24

Please sign in to comment.