Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/fork-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,14 @@ jobs:
with:
ref: ${{ inputs.tag || github.event.release.tag_name }}

# `registry-url` is what makes setup-node write the .npmrc that reads
# NODE_AUTH_TOKEN. Without it npm ignores the token entirely and every
# authenticated command fails with ENEEDAUTH, which is exactly what the
# credential preflight below hit the first time it ran.
- uses: actions/setup-node@v6
with:
node-version: 24
registry-url: https://registry.npmjs.org/

- uses: oven-sh/setup-bun@v2

Expand Down