ci(validation): align tooling CI with Node 24 - #341
Merged
hdamker merged 1 commit intoJun 17, 2026
Conversation
Run validation npm install, JavaScript syntax, and pytest jobs with the same Node 24 runtime as the reusable validation workflow so lockfile and Node-backed engine checks exercise the deployed runtime.
This was referenced Jun 17, 2026
Closed
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.
What type of PR is this?
repository management
What this PR does / why we need it:
Aligns the validation-facing Tooling CI jobs with the Node runtime used by the reusable validation workflow.
The reusable validation workflow already runs Node 24. Tooling CI was still running the validation npm install, custom Spectral JavaScript syntax check, and validation pytest jobs on Node 20, which means PR-time checks were not exercising the same Node/npm runtime as consuming repositories.
This PR introduces a
VALIDATION_NODE_VERSIONworkflow variable and uses Node 24 for those validation-facing checks.Which issue(s) this PR fixes:
None.
Special notes for reviewers:
This is intentionally separate from the GPLint migration PR so that dependency replacement and CI runtime alignment can be reviewed independently.
Local checks run:
actionlint -shellcheck= -pyflakes= -ignore 'missing input "app-id" which is required by action "actions/create-github-app-token@v3"' -ignore 'input "client-id" is not defined in action "actions/create-github-app-token@v3"' .github/workflows/tooling-ci.yml .github/workflows/validation.ymlpython3 -m pytest tooling_lib/tests -qnpm ci --ignore-scripts --dry-runinvalidation/Changelog input
Additional documentation
This section can be blank.