chore: fix node version to 18

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-24 00:07:04 +02:00
committed by Braks
parent a639777cb7
commit 7735c6f07c
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"engines": { "engines": {
"node": ">=18", "node": "18",
"pnpm": ">=8" "pnpm": ">=8"
}, },
"scripts": { "scripts": {