Skip to content

Commit

Permalink
ci: fix release-please action
Browse files Browse the repository at this point in the history
We recently added a post-install script that requires Deno.
  • Loading branch information
serhalp committed Sep 5, 2024
1 parent 81e9bfa commit d0bde8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
check-latest: true
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.releases_created }}
- name: Install Deno
uses: denoland/setup-deno@v1
with:
# Should satisfy the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/main/node/bridge.ts#L17
deno-version: v1
if: ${{ steps.release.outputs.releases_created }}
- run: corepack enable
- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit d0bde8a

Please sign in to comment.