Skip to content

Commit

Permalink
build: Use Node 20 as default supported version (#1350)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek authored Jun 12, 2024
1 parent aac4bb3 commit 42716d9
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template-main.yaml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ on:
type: string
nodejs:
required: false
default: "18.x"
default: "20.x"
type: string
code_type:
required: false
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -37,9 +37,9 @@

### Requirements

| NodeJS | Visual Studio Code | Operating System |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <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> |
| NodeJS | Visual Studio Code | Operating System |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <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> |

#### NodeJS Support Policy

2 changes: 1 addition & 1 deletion packages/extester/package.json
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@
"supportedVersions": {
"vscode-min": "1.88.1",
"vscode-max": "1.90.0",
"nodejs": "18"
"nodejs": "20"
},
"dependencies": {
"@redhat-developer/locators": "^1.1.1",

0 comments on commit 42716d9

Please sign in to comment.