Skip to content

Commit 42716d9

Browse files
authored
build: Use Node 20 as default supported version (#1350)
Signed-off-by: Dominik Jelinek <[email protected]>
1 parent aac4bb3 commit 42716d9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/template-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
type: string
99
nodejs:
1010
required: false
11-
default: "18.x"
11+
default: "20.x"
1212
type: string
1313
code_type:
1414
required: false

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737

3838
### Requirements
3939

40-
| NodeJS | Visual Studio Code | Operating System |
41-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
42-
| <table style="text-align:center;"> <tr><th>18.x.x</th><th>LTS</th><th>Latest</th></tr><tr><td>✅</td><td>❓</td><td>❓</td></tr><tr><td colspan="3">❓ Best-effort</td></tr> </table> | <table style="text-align:center;"> <tr><th>min</th><th>-</th><th>max</th></tr><tr><td>1.88.x</td><td>1.89.x</td><td>1.90.x</td></tr> </table> | <table style="text-align:center;"> <tr><th>Linux</th><th>Windows</th><th>macOS</th></tr><tr><td>✅</td><td>✅</td><td>⚠️</td></tr><tr><td colspan="3">⚠️ [Known Issues](KNOWN_ISSUES.md#macos-known-limitations-of-native-objects)</td></tr> </table> |
40+
| NodeJS | Visual Studio Code | Operating System |
41+
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
42+
| <table style="text-align:center;"> <tr><th>18.x.x</th><th>20.x.x</th><th>LTS</th><th>Latest</th></tr><tr><td>✅</td><td>✅</td><td>❓</td><td>❓</td></tr><tr><td colspan="4">❓ Best-effort</td></tr> </table> | <table style="text-align:center;"> <tr><th>min</th><th>-</th><th>max</th></tr><tr><td>1.88.x</td><td>1.89.x</td><td>1.90.x</td></tr> </table> | <table style="text-align:center;"> <tr><th>Linux</th><th>Windows</th><th>macOS</th></tr><tr><td>✅</td><td>✅</td><td>⚠️</td></tr><tr><td colspan="3">⚠️ [Known Issues](KNOWN_ISSUES.md#macos-known-limitations-of-native-objects)</td></tr> </table> |
4343

4444
#### NodeJS Support Policy
4545

packages/extester/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"supportedVersions": {
5555
"vscode-min": "1.88.1",
5656
"vscode-max": "1.90.0",
57-
"nodejs": "18"
57+
"nodejs": "20"
5858
},
5959
"dependencies": {
6060
"@redhat-developer/locators": "^1.1.1",

0 commit comments

Comments
 (0)