Added memory command and engine prereqs

This commit is contained in:
Metachaser24
2024-02-22 14:10:44 +03:00
parent 1b7021ab4d
commit 6f695f96a1
4 changed files with 15 additions and 3 deletions

View File

@@ -8,5 +8,8 @@
"packages/*",
"scripts"
],
"packageManager": "yarn@3.2.3"
"packageManager": "yarn@3.2.3",
"engines": {
"node": ">=14.0.0"
}
}