[FIX] package.json: Update Node.js and npm engine requirements#8945
Closed
fw-bot wants to merge 1 commit into
Closed
[FIX] package.json: Update Node.js and npm engine requirements#8945fw-bot wants to merge 1 commit into
fw-bot wants to merge 1 commit into
Conversation
Collaborator
Collaborator
Author
|
This PR targets saas-18.3 and is part of the forward-port chain. Further PRs will be created up to master. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
fddbe81 to
70d308a
Compare
Collaborator
Author
|
@pro-odoo @VincentSchippefilt WARNING: the latest change (70d308a) triggered a conflict when updating the next forward-port (#8946), and has been ignored. You will need to update this pull request differently, or fix the issue by hand on #8946. |
14 tasks
Collaborator
Author
|
@pro-odoo @VincentSchippefilt child PR #8946 has become a normal PR because head updated from deeee7d to 90c5fbc. This PR (and any of its parents) will need to be merged independently as approvals won't cross. |
This commit updates the Node.js requirement to last LTS (node => 24.17.10, npm => 11.13.0). The version is fixed to avoid multiple versions of Node.js and npm being used in the project, which can lead to updates in package-lock.json when installing dependencies (`npm install`). Task: 0 X-original-commit: 119be97
70d308a to
e3e2a14
Compare
Collaborator
|
robodoo r+ |
robodoo
pushed a commit
that referenced
this pull request
Jun 18, 2026
This commit updates the Node.js requirement to last LTS (node => 24.17.10, npm => 11.13.0). The version is fixed to avoid multiple versions of Node.js and npm being used in the project, which can lead to updates in package-lock.json when installing dependencies (`npm install`). closes #8945 Task: 0 X-original-commit: 119be97 Signed-off-by: Vincent Schippefilt (vsc) <vsc@odoo.com> Signed-off-by: Pierre Rousseau (pro) <pro@odoo.com>
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.

This commit updates the Node.js requirement to last LTS (node => 24.17.10, npm => 11.13.0).
Task: 0
Description:
description of this task, what is implemented and why it is implemented that way.
Task: TASK_ID
review checklist
Forward-Port-Of: #8944
Forward-Port-Of: #8942