Skip to content

Upgrade Node runtime from node16 to node24 (PF-3311)#5

Merged
fhp merged 2 commits into
mainfrom
pf-3311-node20
Jun 25, 2026
Merged

Upgrade Node runtime from node16 to node24 (PF-3311)#5
fhp merged 2 commits into
mainfrom
pf-3311-node20

Conversation

@claude

@claude claude Bot commented Jun 25, 2026

Copy link
Copy Markdown

Summary

This action was running on the deprecated Node 16 runtime. This PR moves it to the Node 24 runtime.

Before / After

  • Before: action.yml declared runs.using: 'node16', so GitHub executed the action on the deprecated Node 16 runtime.
  • After: runs.using: 'node24' — the action now runs on Node 24.

How

  • Changed runs.using in action.yml from node16 to node24.
    • Note: the earlier chore: update to node 20 commit (2878fc9, 2024-11-25) only touched build/CI/linter config — it never changed the manifest's using: field, so the action kept running on node16 in production. This PR fixes that.
  • Rebuilt dist/ with @vercel/ncc (the bundle is effectively unchanged — a couple of bytes from a refreshed transitive dependency tree; the manifest change is the substantive part).

The bundle built cleanly on a Node 24-capable toolchain, so node24 was kept (no fallback to node20 was needed).

Follow-up (post-merge)

After this merges, the v1 tag should be re-pointed to the merge commit (or a new tag cut) so downstream consumers actually pick up the node24 runtime. For example gynzy/lib-jsonnet pins gynzy/wait-for-http-content@v1; until the tag is moved it will keep resolving to the old node16 build.

Reference

Linear: PF-3311

The action manifest still declared runs.using: 'node16', so the action
ran on the deprecated Node 16 runtime. The earlier 'chore: update to
node 20' commit (2878fc9) only touched build/CI/linter config and never
changed the using: field, so the action kept running on node16.

Change runs.using to 'node24' and regenerate dist/ with @vercel/ncc.
@claude
claude Bot requested a review from fhp June 25, 2026 09:36
@fhp
fhp marked this pull request as ready for review June 25, 2026 10:08
@fhp
fhp merged commit 9a4a4c6 into main Jun 25, 2026
3 checks passed
@fhp
fhp removed their request for review June 29, 2026 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants