-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
chore:update node version to v18 #26358
Conversation
@@ -5,5 +5,7 @@ plugins: | |||
spec: "https://raw.githubusercontent.com/ambar/yarn-plugin-dedupe-on-install/main/index.js" | |||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs | |||
spec: "@yarnpkg/plugin-workspace-tools" | |||
- path: .yarn/plugins/@yarnpkg/plugin-engines.cjs |
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.
Yarn berry needs a separate plugin to check the engines versions.
@@ -3,8 +3,8 @@ | |||
"version": "0.1.0", | |||
"private": true, | |||
"engines": { | |||
"node": "^16.14.0", | |||
"npm": "^8.5.5" | |||
"node": "^18.17.1", |
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.
Latest LTS version for this moment.
The build with the tests is here. |
@KelvinOm @riodeuno, in addition to this, should we also consider changing the
This is supported by code here. I've tested in a separate test repo and it works. What do you think? |
/ok-to-test |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/5867116039. |
Oh |
The build with the tests is here. I think we can not wait for this. Since the last run was green, and here we just fixed the scripts for the node version that works. |
Description
Update node version