Skip to content

Commit

Permalink
update deno
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcisbee committed Nov 27, 2024
1 parent fab84af commit b22ec58
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- uses: actions/setup-node@v1
with:
node-version: 20
Expand Down Expand Up @@ -43,5 +45,7 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno publish --allow-slow-types

0 comments on commit b22ec58

Please sign in to comment.