Skip to content

Commit b45ce86

Browse files
committed
ci: publish with Node 24
The shared publish workflow upgrades npm to latest for OIDC support. npm 12 requires Node 24, so the publish step failed with EBADENGINE on Node 22.
1 parent c255f25 commit b45ce86

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ jobs:
2222
timeout_minutes: 15
2323
dry_run: false
2424
github_app_auth: false
25-
node_version: "22.22.1"
25+
# The shared workflow installs npm@latest, which needs Node 24 (npm 12 fails on Node 22 with EBADENGINE)
26+
node_version: "24"
2627

0 commit comments

Comments
 (0)