chore: more strict node and pnpm version
All checks were successful
Test / Test (push) Successful in 4m7s
All checks were successful
Test / Test (push) Successful in 4m7s
This commit is contained in:
parent
3e9785d4a5
commit
4f02c4ae9f
2 changed files with 3 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
|||
"turbo": "2.4.4"
|
||||
},
|
||||
"engines": {
|
||||
"pnpm": ">=10.11.0",
|
||||
"node": ">=22.14.0"
|
||||
"pnpm": "10.11.0",
|
||||
"node": "22.14.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.11.0"
|
||||
}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
engineStrict: true
|
||||
packages:
|
||||
- "apps/*"
|
||||
- "packages/*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue