-
-
Notifications
You must be signed in to change notification settings - Fork 144
breaking: require Node.js version >= 20.19 #1671
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
nodejs 18.20.3 | ||
pnpm 9.9.0 | ||
nodejs 20.19 | ||
pnpm 9.9.0 |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -36,7 +36,7 @@ | |||||
"@glimmer/component": "^1.1.2", | ||||||
"@glimmer/syntax": "^0.87.1", | ||||||
"@glimmer/tracking": "^1.1.2", | ||||||
"@handlebars/parser": "^2.1.0", | ||||||
"@handlebars/parser": "^2.2.0", | ||||||
"broccoli-bridge": "^1.0.0", | ||||||
"broccoli-caching-writer": "^3.0.3", | ||||||
"broccoli-filter": "^1.3.0", | ||||||
|
@@ -190,7 +190,7 @@ | |||||
} | ||||||
}, | ||||||
"engines": { | ||||||
"node": ">= 18" | ||||||
"node": ">= 20.19" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @MichalBryxi why not
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Anything below
IDK how to signify that the consuming app should have certain node version, but sounds reasonable to impose minimal node version also on this repo to not bump into the same set of issues in, say, the testing app (which I think is actually happening). Related Discord convo. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah yeah, this addon's CI itself is having issue with There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. cc: @SergeAstapov |
||||||
}, | ||||||
"publishConfig": { | ||||||
"registry": "https://registry.npmjs.org" | ||||||
|
Large diffs are not rendered by default.
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.
why not
so it could be get latest v20 shuld there be any fixes/new versions available