Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgef committed Jan 5, 2024
1 parent c599172 commit d5a17c3
Show file tree
Hide file tree
Showing 8 changed files with 509 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ account_id = "YOUR_CLOUDFLARE_ACCOUNT_ID"
workers_dev = true
main = "./dist/shim.mjs"
compatibility_date = "2023-06-17"
node_compat = true
# To use your own route, set workers_dev to false and fill out the following
#route = "your.domain.com/*"

Expand Down
Loading

0 comments on commit d5a17c3

Please sign in to comment.