Merge pull request #5271 from PeterDaveHelloKitchen/UpdateNode.js

Update Node.js LTS to v20.19.0
This commit is contained in:
Nate Sesti 2025-04-23 08:48:31 -07:00 committed by GitHub
commit 5562805b19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 16 additions and 16 deletions

View File

@ -1 +1 @@
20.11.0
20.19.0

2
.nvmrc
View File

@ -1 +1 @@
v20.11.0
v20.19.0

View File

@ -102,7 +102,7 @@ We welcome contributions from developers of all experience levels - from first-t
#### Pre-requisites
You should have Node.js version 20.11.0 (LTS) or higher installed. You can get it on [nodejs.org](https://nodejs.org/en/download) or, if you are using NVM (Node Version Manager), you can set the correct version of Node.js for this project by running the following command in the root of the project:
You should have Node.js version 20.19.0 (LTS) or higher installed. You can get it on [nodejs.org](https://nodejs.org/en/download) or, if you are using NVM (Node Version Manager), you can set the correct version of Node.js for this project by running the following command in the root of the project:
```bash
nvm use

View File

@ -140,7 +140,7 @@
"typescript": "^5.6.3"
},
"engines": {
"node": ">=20.11.0"
"node": ">=20.19.0"
}
},
"node_modules/@75lb/deep-merge": {

View File

@ -105,7 +105,7 @@
"typescript": "^5.6.3"
},
"engines": {
"node": ">=20.11.0"
"node": ">=20.19.0"
}
},
"../../../../../documents/code/continuedev/continue/packages/config-yaml": {

View File

@ -111,6 +111,6 @@
},
"engine-strict": true,
"engines": {
"node": ">=20.11.0"
"node": ">=20.19.0"
}
}

View File

@ -13,6 +13,6 @@
},
"engine-strict": true,
"engines": {
"node": ">=20.11.0"
"node": ">=20.19.0"
}
}

View File

@ -23,7 +23,7 @@
"nodemon": "^3.1.4"
},
"engines": {
"node": ">=20.11.0"
"node": ">=20.19.0"
}
},
"node_modules/@algolia/autocomplete-core": {

View File

@ -44,6 +44,6 @@
},
"engine-strict": true,
"engines": {
"node": ">=20.11.0"
"node": ">=20.19.0"
}
}

View File

@ -52,7 +52,7 @@ notes below).
### Node.js Requirements
This project requires Node.js version 20.11.0 (LTS) or higher. You have two options for installation:
This project requires Node.js version 20.19.0 (LTS) or higher. You have two options for installation:
1. Download and install directly from [nodejs.org](https://nodejs.org/en/download).
2. If you're using NVM (Node Version Manager), set the correct Node.js version for this project by running `nvm use` in

View File

@ -93,7 +93,7 @@
"vscode-extension-tester": "^8.10.0"
},
"engines": {
"node": ">=20.11.0",
"node": ">=20.19.0",
"vscode": "^1.70.0"
}
},
@ -198,7 +198,7 @@
"typescript": "^5.6.3"
},
"engines": {
"node": ">=20.11.0"
"node": ">=20.19.0"
}
},
"node_modules/@75lb/deep-merge": {

View File

@ -24,7 +24,7 @@
"publisher": "Continue",
"engines": {
"vscode": "^1.70.0",
"node": ">=20.11.0"
"node": ">=20.19.0"
},
"engine-strict": true,
"galleryBanner": {

4
gui/package-lock.json generated
View File

@ -97,7 +97,7 @@
"vitest": "^2.1.3"
},
"engines": {
"node": ">=20.11.0"
"node": ">=20.19.0"
}
},
"../core": {
@ -201,7 +201,7 @@
"typescript": "^5.6.3"
},
"engines": {
"node": ">=20.11.0"
"node": ">=20.19.0"
}
},
"../packages/config-yaml": {

View File

@ -106,6 +106,6 @@
},
"engine-strict": true,
"engines": {
"node": ">=20.11.0"
"node": ">=20.19.0"
}
}