fix: node engine version requirement in package.json files

This commit is contained in:
Karol Sójko
2023-05-09 11:47:45 +02:00
parent b9603240d0
commit 62a0e89748
19 changed files with 19 additions and 19 deletions

View File

@@ -8,7 +8,7 @@
]
},
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"scripts": {
"lint": "yarn workspaces foreach -p -j 10 --verbose run lint",