mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Require exactly node v20.18.1 (#2065)
This commit is contained in:
parent
dbe0ede9a7
commit
105bc3c0d5
2 changed files with 2 additions and 2 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -97,7 +97,7 @@
|
|||
"zod-to-ts": "^1.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.18.1",
|
||||
"node": "20.18.1",
|
||||
"vscode": "^1.84.0"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"engines": {
|
||||
"vscode": "^1.84.0",
|
||||
"node": ">=20.18.1"
|
||||
"node": "20.18.1"
|
||||
},
|
||||
"author": {
|
||||
"name": "Roo Code"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue