-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update node and npm #908
Conversation
Two little suggestions. We can add Engines field: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Personally I would also remove the part with got override. It is not in the scope of node.js update. In case we need to revert one piece of functionality or the other it is easier not to mix scopes like that. Sorry for being picky :) |
No, it doesn't run without this. The automated dependency check will fail so it's a necessary change for this PR, I'm not going to spend time splitting it out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Westlad, with this upgrade our Github Actions pipeline should be upgraded too. Please, could you upgrade the node-version in the files under the folder .github/workflows/
?
Thank you!
Good spot, thanks, @israelboudoux! |
…ss the dev had them locally
Super minor, but also the From:
To:
|
Changes made and approval by @druiz to dismiss
fixes #876
This PR updates Nightfall_3 to the latest LTS node (16.17) and the latest npm (8.15).