mirror of
https://github.com/honojs/hono.git
synced 2024-11-21 18:18:57 +01:00
ci: use Deno v2
(#3506)
* ci: use Deno `v2` * add `deno install` command * use `bunx jsr publish --dry-run * add `oven-sh/setup-bun@v1`
This commit is contained in:
parent
f1a7267948
commit
9986b47253
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -63,10 +63,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: denoland/setup-deno@v1
|
- uses: denoland/setup-deno@v2
|
||||||
with:
|
with:
|
||||||
deno-version: v1.x
|
deno-version: v2.x
|
||||||
- run: deno publish --dry-run
|
- uses: oven-sh/setup-bun@v1
|
||||||
|
- run: bunx jsr publish --dry-run
|
||||||
|
|
||||||
deno:
|
deno:
|
||||||
name: 'Deno'
|
name: 'Deno'
|
||||||
@ -204,7 +205,6 @@ jobs:
|
|||||||
- run: echo "$COMPARISON"
|
- run: echo "$COMPARISON"
|
||||||
name: display comparison
|
name: display comparison
|
||||||
|
|
||||||
|
|
||||||
perf-measures-type-check-on-main:
|
perf-measures-type-check-on-main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
|
Loading…
Reference in New Issue
Block a user