Skip to content

Commit

Permalink
👻 Change minimum node version to 20.13.0 (#38)
Browse files Browse the repository at this point in the history
This version comes by default with npm 10.5.2 which received bug fixes
that help with multi-platform builds.

Reference-Url: npm/cli#7072

Signed-off-by: Radoslaw Szwajkowski <rszwajko@redhat.com>
  • Loading branch information
rszwajko authored Oct 2, 2024
1 parent d366c3f commit 2e2327b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vscode/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.12.2
v20.13.0
7 changes: 4 additions & 3 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"bugs": "https://github.com/konveyor/editor-extensions/issues",
"engines": {
"vscode": "^1.93.0",
"node": ">=20.12.2",
"node": ">=20.13.0",
"npm": "^9.5.0 || ^10.5.2"
},
"categories": [
Expand Down Expand Up @@ -217,7 +217,6 @@
"id": "override-analyzer",
"title": "Override Analyzer Binary",
"description": "Specify a custom path for the analyzer binary\n[Override Analyzer Binary](command:konveyor.overrideAnalyzerBinaries)",

"completionEvents": [],
"media": {
"markdown": "media/walkthroughs/override-analyzer.md"
Expand All @@ -227,7 +226,9 @@
"id": "configure-custom-rules",
"title": "Configure Custom Rules",
"description": "Add custom rules for analysis\n[Configure Custom Rules](command:konveyor.configureCustomRules)",
"completionEvents": ["onCommand:konveyor.configureCustomRules"],
"completionEvents": [
"onCommand:konveyor.configureCustomRules"
],
"media": {
"markdown": "media/walkthroughs/custom-rules.md"
}
Expand Down

0 comments on commit 2e2327b

Please sign in to comment.