-
Notifications
You must be signed in to change notification settings - Fork 61
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: change default node version to v22 #5958
base: main
Are you sure you want to change the base?
Conversation
f788877
to
82a771e
Compare
82a771e
to
e8a73f4
Compare
|
||
this.env = { | ||
AWS_LAMBDA_JS_RUNTIME: 'nodejs18.x', | ||
NODE_VERSION: '18', |
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.
Nuxt has no strict requirement for node 18 and prefers LTS (or 22)
https://github.com/nuxt/nuxt/blob/main/packages/nuxt/package.json#L155-L157
@@ -22,8 +22,4 @@ export class Observable extends BaseFramework implements Framework { | |||
light: '/logos/observable/default.svg', | |||
dark: '/logos/observable/default.svg', | |||
} | |||
|
|||
env = { | |||
NODE_VERSION: '20', |
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.
No requirement for 20 specifically, supports > 18
https://github.com/observablehq/framework/blob/main/package.json#L139-L141
6f462c3
to
0ae62a7
Compare
Redwood is the only framework with a specific requirement for v20 |
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!
Summary
Part of FRB-1505
Change needs a coordinated release, please do not merge yet
For us to review and ship your PR efficiently, please perform the following steps:
we can discuss the changes and get feedback from everyone that should be involved. If you`re fixing a typo or
something that`s on fire 🔥 (e.g. incident related), you can skip this step.
your code follows our style guide and passes our tests.
A picture of a cute animal (not mandatory, but encouraged)