There was an error while loading. Please reload this page.
2 parents c255f25 + b45ce86 commit a8b20cfCopy full SHA for a8b20cf
1 file changed
.github/workflows/publish.yml
@@ -22,5 +22,6 @@ jobs:
22
timeout_minutes: 15
23
dry_run: false
24
github_app_auth: false
25
- node_version: "22.22.1"
+ # The shared workflow installs npm@latest, which needs Node 24 (npm 12 fails on Node 22 with EBADENGINE)
26
+ node_version: "24"
27
0 commit comments