Skip to content

Commit

Permalink
Update ci deno version to 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc committed Oct 28, 2024
1 parent 14c3313 commit b959837
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 @@ -32,9 +32,9 @@ jobs:
uses: actions/checkout@v3

- name: Setup Deno
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2
with:
deno-version: v1.x
deno-version: v2.x

- name: Generate config file
env:
Expand Down

0 comments on commit b959837

Please sign in to comment.