Locks Node version to 14 (#1977)

This commit is contained in:
Omar López
2022-02-24 11:39:01 -07:00
committed by GitHub
parent 00e3b970d6
commit 795423ae55
2 changed files with 57 additions and 1120 deletions

View File

@@ -52,7 +52,7 @@
]
},
"engines": {
"node": ">=14.x",
"node": ">=14.x <15",
"npm": ">=7.0.0",
"yarn": ">=1.19.0 < 2.0.0"
},