Skip to content

Commit

Permalink
Update deno version for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsherman committed Oct 17, 2024
1 parent df4cdf2 commit e6f17e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-on-deno-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
uses: actions/checkout@v4

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

- name: Build site
run: deno task build
Expand Down

0 comments on commit e6f17e3

Please sign in to comment.