Skip to content

Commit

Permalink
fix!: only support Node.js 14.18.0 or newer (#2985)
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Mar 29, 2023
1 parent 26b9413 commit 287dc20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 @@ -90,7 +90,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

0 comments on commit 287dc20

Please sign in to comment.