Skip to content

Commit

Permalink
Merge branch 'main' into dont-close-stream-twice
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh authored Sep 5, 2024
2 parents a5a2e65 + 2c5833c commit 4f5d760
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 4f5d760

Please sign in to comment.