Skip to content

Commit

Permalink
ci: use deno canary (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed May 20, 2024
1 parent 12cd32f commit 810aa7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:

- name: Install up Deno
uses: denoland/setup-deno@v1
with:
deno-version: canary

- name: Format
if: contains(matrix.os, 'ubuntu')
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- name: Install up Deno
uses: denoland/setup-deno@v1
with:
deno-version: canary

- name: Cache JSR mirror
uses: actions/cache@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
token: ${{ secrets.DENOBOT_PAT }}

- uses: denoland/setup-deno@v1
with:
deno-version: canary
- uses: dsherret/rust-toolchain-file@v1

- name: Tag and release
Expand Down

0 comments on commit 810aa7a

Please sign in to comment.