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 2803d91
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 136 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +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
deno-version: v2.x
- run: deno cache deps.ts
- run: deno task build
- uses: actions/configure-pages@v3
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 2803d91

Please sign in to comment.