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
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
# release.yml passes this too, and it is the one input the release job
# uses that no pull request would otherwise exercise: it writes the
# .npmrc that npm publish authenticates with. Passing it here writes
# the same file and publishes nothing, so a setup-node bump that broke
# the publish path fails on the PR instead of on the release.
registry-url: https://registry.npmjs.org

- uses: oven-sh/setup-bun@v2
with:
Expand Down
Loading