Locks Node version to 14 (#1977)
This commit is contained in:
parent
00e3b970d6
commit
795423ae55
2 changed files with 57 additions and 1120 deletions
|
@ -52,7 +52,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.x",
|
"node": ">=14.x <15",
|
||||||
"npm": ">=7.0.0",
|
"npm": ">=7.0.0",
|
||||||
"yarn": ">=1.19.0 < 2.0.0"
|
"yarn": ">=1.19.0 < 2.0.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue