Skip to content

DO-1765: Fix CI lockfile immutability check#1649

Merged
TheOrangePuff merged 1 commit intomainfrom
hotfix/DO-1765_fix-lockfile-immutability-check
Apr 14, 2026
Merged

DO-1765: Fix CI lockfile immutability check#1649
TheOrangePuff merged 1 commit intomainfrom
hotfix/DO-1765_fix-lockfile-immutability-check

Conversation

@TheOrangePuff
Copy link
Copy Markdown
Member

Description of the proposed changes

PR #1643 (MI-314) added the nodejs-function-from-entry package with @types/node: ^20.19.37, while all other packages use ^20.19.39. This caused yarn install --immutable to fail in CI because the lockfile needed to add the ^20.19.37 specifier.

This aligns the version to ^20.19.39 and updates the lockfile accordingly.

Notes to reviewers

  • Single-line change in package.json plus the resulting lockfile update
  • The failed Release run should pass after this merge

ℹ️ When you've finished leaving feedback, please add a final comment to the PR tagging the author, letting them know that you have finished leaving feedback

The nodejs-function-from-entry package was added with @types/node
^20.19.37 while all other packages use ^20.19.39, causing yarn
install --immutable to fail in CI.
Copy link
Copy Markdown
Contributor

@kai-nguyen-aligent kai-nguyen-aligent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @TheOrangePuff You beat me on this 🥇

Copy link
Copy Markdown

@tmthrgd-aligent tmthrgd-aligent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable. LGTM.

@TheOrangePuff TheOrangePuff merged commit b3088f2 into main Apr 14, 2026
9 checks passed
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.

3 participants