Skip to content

Commit

Permalink
deno-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Oct 18, 2024
1 parent dcf8d3d commit adf0fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
uses: actions/checkout@v4

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

- name: Build step
run: "deno task build"
Expand Down

0 comments on commit adf0fbb

Please sign in to comment.