Skip to content

Commit

Permalink
Deno install during release process
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Mar 3, 2025
1 parent 67f1597 commit d704225
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.releases_created }}

- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
if: ${{ steps.release.outputs.releases_created }}

- run: yarn install --immutable
if: ${{ steps.release.outputs.releases_created }}

Expand Down

0 comments on commit d704225

Please sign in to comment.