Skip to content

Commit

Permalink
ci(release-please): setup Node and explicitly set npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Feb 21, 2024
1 parent 549acc2 commit 4c83b6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
- name: Setup Bun
if: ${{ steps.release.outputs.release_created }}
uses: oven-sh/setup-bun@v1
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies with Yarn
if: ${{ steps.release.outputs.release_created }}
run: yarn install --immutable
Expand Down

0 comments on commit 4c83b6e

Please sign in to comment.