Node 16 or later

This commit is contained in:
Core 2023-06-05 00:02:25 +01:00
parent 718034599e
commit 548732b273
No known key found for this signature in database

View file

@ -225,7 +225,7 @@
"devtool": "source-map"
},
"engines": {
"node": "^19 || ^18 || ^16 || ^14.19",
"node": ">= 16",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},