Skip to content

Commit

Permalink
fix(ci): Specify Registry and Node Version in attempt to fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Jul 18, 2024
1 parent a1fe23f commit adee0cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4 # npm is required for provenance support
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- uses: oven-sh/setup-bun@v1
- run: bun install --frozen-lockfile

Expand Down

0 comments on commit adee0cc

Please sign in to comment.