Skip to content

Commit

Permalink
feat: support route groups, bump deps to stable, use deno 2
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Oct 28, 2024
1 parent 348a3ac commit dec4018
Show file tree
Hide file tree
Showing 8 changed files with 335 additions and 339 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2
- run: deno publish
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2
- run: deno task check
Loading

0 comments on commit dec4018

Please sign in to comment.