Skip to content

Commit

Permalink
setup-deno@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmcnlly committed Oct 11, 2024
1 parent 180187e commit 0e2714b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 137 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Deno
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2
with:
deno-version: v1.x
- run: deno cache deps.ts
deno-version: v2.x
- run: deno task build
- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v1
Expand Down
159 changes: 25 additions & 134 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e2714b

Please sign in to comment.