Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions test/vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
},
"devDependencies": {
"@vscode/test-cli": "^0.0.12",
"@vscode/test-electron": "^2.5.2"
"@vscode/test-electron": "^3.0.0"

@augmentcode augmentcode Bot Jun 15, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vscode/test-electron@3.0.0 declares engines.node: ">=22" (per its published package.json), so this bump may break npm install / CI if the repo is still running Node 20/18 anywhere (notably the GitHub Actions workflows use actions/setup-node without pinning a version).

Severity: high

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

}
}
Loading