Skip to content

Commit

Permalink
Update CI to use latest Deno stable
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Oct 21, 2024
1 parent 8391738 commit 469d969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2
with:
deno-version: v1.40 # Run with latest stable Deno.
deno-version: vx.x.x # Run with latest stable Deno.
- run: deno fmt --check
- run: deno lint
- run: deno test -A

0 comments on commit 469d969

Please sign in to comment.