Update Node.js version requirements for release automation#142
Merged
Conversation
- Set Node.js engine requirement to >=22.14.0 in package.json and package-lock.json - Update Publish.yml to provision Node.js 22.14.0 for semantic-release - Add note in README.md regarding Node.js version requirement for release automation
There was a problem hiding this comment.
No application code in the PR — skipped Code Health checks.
See analysis details in CodeScene
Quality Gate Profile: Pay Down Tech Debt
Install CodeScene MCP: safeguard and uplift AI-generated code. Catch issues early with our IDE extension and CLI tool.
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
developrelative tomain: 183 commits, 451 fileschanged, and 35,737 insertions / 3,368 deletions.
novalauncher,including CLI routing, command help, confirmation behavior, self-update and notification preferences, package creation,
raw package upload, publish/release workflows, and standalone CLI installation.
build,cli,package,quality,release,scaffold,shared, andupdate, adds architectural guardrails and extensive coverage work, and expandsCI/release automation with ScriptAnalyzer, CodeScene, remapped coverage, semantic-release support, and newer Node.js
release requirements.
surface, clearer internal boundaries, stronger test and coverage enforcement, and documentation that matches the
actual workflows.
semantic-release / Node.js requirements.
Affected area
novaCLI or command routingproject.jsonhandlingREADME.md,CONTRIBUTING.md, repository workflow docs)docs/*.html)docs/NovaModuleTools/en-US/*.md)src/resources/example/package.json, workflow dependencies, release tooling)Review guidance
src/public/andsrc/private/{build,cli,package,quality,release,scaffold,shared,update}/to understand theNova command model, workflow boundaries, and private helper split.
tests/plusscripts/build/ci/to review the architectural guardrails, coverage expansion, remapped coveragetooling, and CI entry points.
.github/workflows/,scripts/release/,package.json, andpackage-lock.jsonfor release automation,semantic-release, and Node.js/tooling updates.
README.md,CONTRIBUTING.md,CHANGELOG.md,docs/, andsrc/resources/example/for contributor and end-userdocumentation alignment.
src/public/src/private/build/src/private/cli/src/private/package/src/private/quality/src/private/release/src/private/scaffold/src/private/shared/src/private/update/tests/scripts/build/ci/scripts/release/.github/workflows/docs/src/resources/example/automation hardening.
Validation
Invoke-NovaBuildTest-NovaBuild./scripts/build/Invoke-ScriptAnalyzerCI.ps1./scripts/build/ci/Invoke-NovaModuleToolsCI.ps1% nova build,% nova test,% nova merge,% nova deploy,% nova publish,% nova release,% nova update,% nova notification, or% nova initas relevant)Validation notes:
Documentation and release follow-up
README.mdreviewed and updated if contributor workflow, architecture, CI, release, or automation changedCONTRIBUTING.mdreviewed and updated if contribution expectations or review guidance changedCHANGELOG.mdreviewed and updated if the change matters to users, maintainers, or contributorsdocs/NovaModuleTools/en-US/help updated if a public command or CLI behavior changeddocs/*.htmlupdated if end-user workflows or examples changedsrc/resources/example/reviewed and updated if the real-world project layout, package model, or upload workflowchanged
Maintainability, compatibility, and risk
Risk, rollout, or rollback notes:
Important
Do not use a public pull request to disclose a vulnerability before coordinated handling.
Use the private reporting path in
SECURITY.mdfor new security issues.