Fix nodejs supported version in engine field (#1413)

This commit is contained in:
Vítor Vasconcellos 2023-10-02 06:17:46 -03:00 committed by GitHub
parent 1694ff0f3b
commit be57ac63a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@
"pnpm": ">=8.0.0",
"npm": "pnpm",
"yarn": "pnpm",
"node": ">=18.17"
"node": ">=18.17 <19 || >=20.1"
},
"eslintConfig": {
"root": true,