-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore: removed node v16 from runner image #549
base: main
Are you sure you want to change the base?
Conversation
Kudos, SonarCloud Quality Gate passed! |
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.
The CLI node engine still points at node v14+. Does it mean CLI is backwards compatible with node v14+ ?
Planning to change it before upcoming release. |
package.json
Outdated
@@ -86,7 +86,7 @@ | |||
"ngrok": "^4.3.3" | |||
}, | |||
"engines": { | |||
"node": ">=14.0.0" | |||
"node": ">=18.0.0" |
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.
Does this mean that CLI would only run on node v18+ now?
Fixes
Removed node v16 and v14 support, By default runner image node version will be used.
Currently it is at node v18
Checklist
If you have questions, please file a support ticket, or create a GitHub Issue in this repository.