chore: Change package.json engines to match nvmrc (#2089)

This commit is contained in:
justinr1234
2022-09-09 15:16:04 -05:00
committed by GitHub
parent 1673f4b964
commit 76b73e16a9

View File

@@ -73,7 +73,7 @@
"packages/*"
],
"engines": {
"node": ">=10.0.0",
"node": ">=12.0.0",
"npm": ">=7.0.0 < 8.0.0"
}
}