Skip to content

Commit a8b20cf

Browse files
authored
Merge pull request #644 from Zondax/ci/publish-node-24
ci: publish with Node 24
2 parents c255f25 + b45ce86 commit a8b20cf

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)