We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98a72e commit cffeb7fCopy full SHA for cffeb7f
packages/vike/src/utils/assertNodeVersion.ts
@@ -11,6 +11,6 @@ function assertNodeVersion() {
11
'Node.js',
12
version,
13
// https://gist.github.com/brillout/8e0133716e169b981b6c4e8a938b0134
14
- ['20.19.0', '22.12.0'],
+ ['20.19.0', '22.12.0', '23.0.0'],
15
)
16
}
0 commit comments