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
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24.x
# Pinned to a minor that ships npm >=11.5.1 (required for OIDC
# trusted publishing). Bump deliberately, not implicitly via 24.x.
node-version: 24.14.x
cache: npm
- run: npm ci
- run: npm run build
Expand Down
Loading