Skip to content

Commit

Permalink
ci: use Deno v2 (#3506)
Browse files Browse the repository at this point in the history
* ci: use Deno `v2`

* add `deno install` command

* use `bunx jsr publish --dry-run

* add `oven-sh/setup-bun@v1`
  • Loading branch information
yusukebe authored Oct 12, 2024
1 parent f1a7267 commit 9986b47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2
with:
deno-version: v1.x
- run: deno publish --dry-run
deno-version: v2.x
- uses: oven-sh/setup-bun@v1
- run: bunx jsr publish --dry-run

deno:
name: 'Deno'
Expand Down Expand Up @@ -204,7 +205,6 @@ jobs:
- run: echo "$COMPARISON"
name: display comparison


perf-measures-type-check-on-main:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 9986b47

Please sign in to comment.