chore(ci): bump github actions to node24 runtime; add 0.4.0 changelog entry#3
Merged
BetelGuese merged 1 commit intomainfrom Apr 22, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two housekeeping items bundled:
[0.4.0]entry toCHANGELOG.mdfor symmetry with the prior[0.3.0]paired-release entry.Actions bumped
actions/checkout.github/workflows/ci.yml(3x),.github/workflows/release.ymlv4(34e1148)v6.0.2(de0fac2)actions/setup-node.github/workflows/ci.yml(3x),.github/workflows/release.ymlv4(49933ea)v6.4.0(48b55a0)softprops/action-gh-release.github/workflows/release.ymlv2(3bb1273)v3.0.0(b430933)All pins preserve the
# <semver>comment pattern and use full commit SHAs (SHA-pinned per supply-chain best practice). Nowith:blocks, inputs, or job config were altered. Projectnode-version: "20"intentionally left unchanged — this is about the action JS runtime, not the build toolchain Node.Test plan
npm test,npm run type-check,npm run buildall green before commit.CI + docs only — no
package.jsonversion bump, no tag, no npm publish.