Skip to content

Bump Node version to v20.19.0#4049

Merged
koesie10 merged 1 commit intomainfrom
github-action/bump-node-version
Jun 6, 2025
Merged

Bump Node version to v20.19.0#4049
koesie10 merged 1 commit intomainfrom
github-action/bump-node-version

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Jun 6, 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 v20.19.0. This PR updates the Node version to v20.19.0.

@koesie10 koesie10 marked this pull request as ready for review June 6, 2025 12:31
Copilot AI review requested due to automatic review settings June 6, 2025 12:31
@koesie10 koesie10 requested a review from a team as a code owner June 6, 2025 12:31
@koesie10 koesie10 enabled auto-merge June 6, 2025 12:32
Copy link
Copy Markdown
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 aligns the @types/node version in the integration tests with the Node version used by the latest VS Code release.

  • Bumps @types/node from 20.17.* to 20.19.* in package.json.
Files not reviewed (1)
  • extensions/ql-vscode/package-lock.json: Language not supported

"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.6",
"@types/node": "20.17.*",
"@types/node": "20.19.*",
Copy link

Copilot AI Jun 6, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider using a more specific version range (e.g., ^20.19.0) instead of a wildcard to ensure deterministic installs and consistent builds.

Suggested change
"@types/node": "20.19.*",
"@types/node": "^20.19.0",

Copilot uses AI. Check for mistakes.
@koesie10 koesie10 merged commit db91c22 into main Jun 6, 2025
14 checks passed
@koesie10 koesie10 deleted the github-action/bump-node-version branch June 6, 2025 12:47
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