set engines
version to >=14
(#1178)
* add `16.x` to `engines` node.16 is LTS now * Update package.json Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
parent
0a34512e3b
commit
7de35dc4e5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
"check-changed-files": "yarn ts-node scripts/ts-check-changed-files.ts"
|
"check-changed-files": "yarn ts-node scripts/ts-check-changed-files.ts"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "14.x",
|
"node": ">=14.x",
|
||||||
"yarn": ">=1.19.0 < 2.0.0"
|
"yarn": ">=1.19.0 < 2.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue