Update Node.js LTS to v20.19.0
Node.js v20 entered Maintenance LTS six months ago. Update the version from 20.11.0 (released over a year ago) to 20.19.0, the latest LTS release from last month. This ensures the project leverages recent Node.js improvements, including security updates, and stays on a supported LTS track.
This commit is contained in:
parent
22602068b0
commit
1db5144b28
|
@ -1 +1 @@
|
|||
20.11.0
|
||||
20.19.0
|
|
@ -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
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
"typescript": "^5.6.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.11.0"
|
||||
"node": ">=20.19.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@75lb/deep-merge": {
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
"typescript": "^5.6.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.11.0"
|
||||
"node": ">=20.19.0"
|
||||
}
|
||||
},
|
||||
"../../../../../documents/code/continuedev/continue/packages/config-yaml": {
|
||||
|
|
|
@ -111,6 +111,6 @@
|
|||
},
|
||||
"engine-strict": true,
|
||||
"engines": {
|
||||
"node": ">=20.11.0"
|
||||
"node": ">=20.19.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
},
|
||||
"engine-strict": true,
|
||||
"engines": {
|
||||
"node": ">=20.11.0"
|
||||
"node": ">=20.19.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"nodemon": "^3.1.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.11.0"
|
||||
"node": ">=20.19.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@algolia/autocomplete-core": {
|
||||
|
|
|
@ -44,6 +44,6 @@
|
|||
},
|
||||
"engine-strict": true,
|
||||
"engines": {
|
||||
"node": ">=20.11.0"
|
||||
"node": ">=20.19.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"publisher": "Continue",
|
||||
"engines": {
|
||||
"vscode": "^1.70.0",
|
||||
"node": ">=20.11.0"
|
||||
"node": ">=20.19.0"
|
||||
},
|
||||
"engine-strict": true,
|
||||
"galleryBanner": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -106,6 +106,6 @@
|
|||
},
|
||||
"engine-strict": true,
|
||||
"engines": {
|
||||
"node": ">=20.11.0"
|
||||
"node": ">=20.19.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue