Skip to content

Commit

Permalink
fix: relax engine requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 23, 2022
1 parent 772badf commit 7719bb0
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 @@ -66,6 +66,6 @@
"rollup": "^2.70.1"
},
"engines": {
"node": ">=v14.19.1"
"node": ">=v14.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Expand Up @@ -132,6 +132,6 @@
"ws": "^8.5.0"
},
"engines": {
"node": ">=v14.19.0"
"node": ">=v14.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/ws-client/package.json
Expand Up @@ -43,6 +43,6 @@
"rollup": "^2.70.1"
},
"engines": {
"node": ">=v14.19.1"
"node": ">=v14.16.0"
}
}

0 comments on commit 7719bb0

Please sign in to comment.