Skip to content

Commit

Permalink
ci: bump to deno 2
Browse files Browse the repository at this point in the history
  • Loading branch information
schuer committed Oct 17, 2024
1 parent 1c77ee2 commit 19cf896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:

- name: Setup Deno
# https://github.com/marketplace/actions/setup-deno
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2
with:
deno-version: "^1"
deno-version: "^2"

- name: Run generator script
run: deno task start
Expand Down

0 comments on commit 19cf896

Please sign in to comment.