chore: fix node version to 18

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-23 23:02:55 +02:00
committed by Braks
parent a639777cb7
commit 7735c6f07c

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=18",
"node": "18",
"pnpm": ">=8"
},
"scripts": {