Skip to content

Commit

Permalink
fix: downgrade engine requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 30, 2022
1 parent 44dfd44 commit 2d84a1e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json5
Expand Up @@ -11,6 +11,10 @@
{
"depTypeList": ["peerDependencies"],
"enabled": false
},
{
"packageNames": ["node"],
"enabled": false
}
],
"ignoreDeps": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-node/package.json
Expand Up @@ -74,6 +74,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 @@ -129,6 +129,6 @@
"ws": "^8.5.0"
},
"engines": {
"node": ">=v14.19.1"
"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 2d84a1e

Please sign in to comment.