Skip to content

Commit

Permalink
Update workflow to deno 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vrugtehagel committed Nov 29, 2024
1 parent 659b1e7 commit a219f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,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.x
deno-version: v2.x
- run: deno task test
- if: github.ref == 'refs/heads/main'
run: deno task build --verify

0 comments on commit a219f0c

Please sign in to comment.