Skip to content

Commit 1db5144

Browse files
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.
1 parent 2260206 commit 1db5144

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11.0
1+
20.19.0

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.11.0
1+
v20.19.0

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ We welcome contributions from developers of all experience levels - from first-t
102102

103103
#### Pre-requisites
104104

105-
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:
105+
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:
106106

107107
```bash
108108
nvm use

binary/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@
111111
},
112112
"engine-strict": true,
113113
"engines": {
114-
"node": ">=20.11.0"
114+
"node": ">=20.19.0"
115115
}
116116
}

core/vendor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"engine-strict": true,
1515
"engines": {
16-
"node": ">=20.11.0"
16+
"node": ">=20.19.0"
1717
}
1818
}

docs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
},
4545
"engine-strict": true,
4646
"engines": {
47-
"node": ">=20.11.0"
47+
"node": ">=20.19.0"
4848
}
4949
}

extensions/intellij/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ notes below).
5252

5353
### Node.js Requirements
5454

55-
This project requires Node.js version 20.11.0 (LTS) or higher. You have two options for installation:
55+
This project requires Node.js version 20.19.0 (LTS) or higher. You have two options for installation:
5656

5757
1. Download and install directly from [nodejs.org](https://nodejs.org/en/download).
5858
2. If you're using NVM (Node Version Manager), set the correct Node.js version for this project by running `nvm use` in

extensions/vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"publisher": "Continue",
2525
"engines": {
2626
"vscode": "^1.70.0",
27-
"node": ">=20.11.0"
27+
"node": ">=20.19.0"
2828
},
2929
"engine-strict": true,
3030
"galleryBanner": {

gui/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@
106106
},
107107
"engine-strict": true,
108108
"engines": {
109-
"node": ">=20.11.0"
109+
"node": ">=20.19.0"
110110
}
111111
}

0 commit comments

Comments
 (0)