Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# npm CLI (Node) does the upload; the PACKAGE runtime is Bun. Node ≥20.17 / 22.9 is
# required for `npm publish` Trusted Publishing (OIDC) support.
- name: Setup Node (for npm publish + OIDC)
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: 22
registry-url: https://registry.npmjs.org
Expand Down
Loading