Skip to content

Upgrade node to v18.16#4582

Merged
julienw merged 2 commits into
firefox-devtools:mainfrom
julienw:upgrade-node-18.16
Apr 20, 2023
Merged

Upgrade node to v18.16#4582
julienw merged 2 commits into
firefox-devtools:mainfrom
julienw:upgrade-node-18.16

Conversation

@julienw

@julienw julienw commented Apr 19, 2023

Copy link
Copy Markdown
Contributor

No description provided.

@julienw julienw requested a review from canova April 19, 2023 09:47
@julienw julienw force-pushed the upgrade-node-18.16 branch from ca99d7e to dc09769 Compare April 19, 2023 09:49

@canova canova left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

Comment thread package.json
{
"private": true,
"engines": {
"node": ">= 18.16 < 19"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Do we necessarily have to set an upper limit? I think our pre-install script currently checks the lower bound but doesn't do anything for the upper.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I think it's common that there are issues with newer versions, that's why I prefer to control it further. This will be a reminder if some user update their node version without realizing that and then report a bug. Althought that reporting a bug can be useful too, as we may know about the problems earlier than when we try it ourselves?
Still I believe we can relax this later if this proves to be more a drawback than an advantage.
What do you think?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Oh sorry I just saw this comment. I think it's good like this as well. We will definitely know when we try to upgrade the node version ourselves. We can also change it in the future if people complain about it, but I doubt it :)

@julienw julienw merged commit 29fdd4d into firefox-devtools:main Apr 20, 2023
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.

2 participants