Skip to content

Commit

Permalink
build: upgrade to deno v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jersou committed Oct 27, 2024
1 parent 4d586a6 commit bca0b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v2.0.0
deno-version: v2.0.3

- name: Verify formatting
run: deno task fmt
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v2.0.0
deno-version: v2.0.3

- name: check version
run: test v$(./utils/version.ts) = ${GITHUB_REF##*/}
Expand Down

0 comments on commit bca0b9d

Please sign in to comment.