Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 9, 2025

The Node version used in the latest version of VS Code has been updated. This PR updates the Node version used for integration tests to match.
The previous Node version was v22.20.0. This PR updates the Node version to v22.20.0.

@github-actions github-actions bot force-pushed the github-action/bump-node-version branch 2 times, most recently from 684ffc4 to ab3ef6e Compare December 11, 2025 12:28
@koesie10 koesie10 changed the title Bump Node version to v22.20.0 Bump Node version to v22.21.1 Dec 11, 2025
@koesie10 koesie10 marked this pull request as ready for review December 11, 2025 12:29
@koesie10 koesie10 requested a review from a team as a code owner December 11, 2025 12:29
Copilot AI review requested due to automatic review settings December 11, 2025 12:29
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Node.js version used for integration tests from v22.20.0 to v22.21.1 to match the Node version in the latest VS Code release. The update is applied consistently across all configuration files.

  • Updated Node.js version constraint from ^22.20.0 to ^22.21.1
  • Updated @types/node dependency from 22.19.1 to 22.19.2
  • Updated .nvmrc to specify v22.21.1

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
extensions/ql-vscode/package.json Updates Node engine requirement from ^22.20.0 to ^22.21.1
extensions/ql-vscode/package-lock.json Updates Node engine requirement and @types/node dependency version
extensions/ql-vscode/.nvmrc Updates Node version from v22.20.0 to v22.21.1 for nvm
Files not reviewed (1)
  • extensions/ql-vscode/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"engines": {
"vscode": "^1.90.0",
"node": "^22.20.0",
"node": "^22.21.1",
Copy link

Copilot AI Dec 11, 2025

Choose a reason for hiding this comment

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

The PR description contains an error. It states "The previous Node version was v22.20.0. This PR updates the Node version to v22.20.0." Both versions mentioned are the same (v22.20.0), but based on the actual changes in the code, it should read "This PR updates the Node version from v22.20.0 to v22.21.1."

Copilot uses AI. Check for mistakes.
@github-actions github-actions bot force-pushed the github-action/bump-node-version branch from ab3ef6e to 68ab6fa Compare December 12, 2025 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants