Skip to content
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

fix!: only support Node.js 14.18.0 or newer #2985

Merged
merged 1 commit into from Mar 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/vite-node/package.json
Expand Up @@ -67,7 +67,7 @@
"*.mjs"
],
"engines": {
"node": ">=v14.16.0"
"node": ">=v14.18.0"
},
"scripts": {
"build": "rimraf dist && rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Expand Up @@ -86,7 +86,7 @@
"*.cjs"
],
"engines": {
"node": ">=v14.16.0"
"node": ">=v14.18.0"
},
"scripts": {
"build": "rimraf dist && rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-client/package.json
Expand Up @@ -30,7 +30,7 @@
"*.mjs"
],
"engines": {
"node": ">=v14.16.0"
"node": ">=v14.18.0"
},
"scripts": {
"build": "rimraf dist && rollup -c",
Expand Down