[EMPSRE-1281] Add Node 24 / npm 11 CI and lockfile#5
Open
dwinrick-lever wants to merge 1 commit into
Open
Conversation
This repo had no shared library CI workflows. Adds: - development.yml / production.yml calling the shared lib workflows on Node 24 (bundled npm 11) - weekly update-lock-file.yml pinned to Node 24 - package-lock.json (lockfileVersion 2 so npm 6 consumers can still build this repo as a git dependency; .npmrc pins the format) - .nvmrc (24) and engines.node >=18.0.0
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.
EMPSRE-1281: Node 24 / npm 11 migration (wave 2 — repos without library CI)
Part of the org-wide upgrade from Node 18 / npm 6 to Node 24 / npm 11. This repo had no shared library CI workflows — this PR adds them along with the lockfile conventions used across the wave-1 library migrations.
Changes
development.yml/production.ymlcalling the shared*-lib.ymlworkflows on Node 24 (bundled npm 11) —skip-jobs: compile,lintbecause those package.json scripts don't exist hereupdate-lock-file.ymlpinned to Node 24package-lock.jsongenerated with npm 11 (lockfileVersion 2 so npm 6 consumers can still build this repo as a git dependency;.npmrcpins the format).nvmrc(24);engines.node >=18.0.0Verification
This PR's CI is the verification — these workflows run here for the first time.
production.ymlruns CI on pushes to the default branch only (publishing is unchanged — the shared workflows do not npm-publish).Backward compatibility: no runtime code changes;
enginesstays >=18.