🔧 Pin node version

This commit is contained in:
Luke Vella 2023-03-15 23:15:33 +00:00
parent 3bb1eb8ac6
commit e85669ddf0

View file

@ -4,6 +4,7 @@
"version": "2.4.0",
"scripts": {
"dev": "turbo dev",
"start": "turbo run start --filter=@rallly/web...",
"build": "turbo run build --filter=@rallly/web...",
"db:deploy": "turbo db:deploy",
"db:generate": "turbo db:generate",
@ -24,7 +25,7 @@
"turbo": "^1.8.3"
},
"engines": {
"node": ">=16.0.0"
"node": "16.x"
},
"packageManager": "yarn@1.22.19"
}