mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 16:38:34 +02:00
🔧 Pin node version
This commit is contained in:
parent
3bb1eb8ac6
commit
e85669ddf0
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue