Bump Node version to v22.18.0 - #4139
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
github-action/bump-node-version
branch
2 times, most recently
from
September 14, 2025 12:26
2470a77 to
79e23b7
Compare
koesie10
marked this pull request as ready for review
September 15, 2025 07:46
koesie10
approved these changes
Sep 15, 2025
koesie10
enabled auto-merge
September 15, 2025 07:46
Contributor
There was a problem hiding this comment.
Pull Request Overview
Updates Node.js version from v22.17.0 to v22.18.0 to align with the latest version used in VS Code for integration testing.
- Node.js engine requirement updated in package.json
- Node.js type definitions updated to match new version
- NVM configuration updated for consistent development environment
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| extensions/ql-vscode/package.json | Updates Node.js engine requirement and @types/node dependency to v22.18.0 |
| extensions/ql-vscode/.nvmrc | Updates NVM Node.js version specification to v22.18.0 |
Files not reviewed (1)
- extensions/ql-vscode/package-lock.json: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
github-actions
Bot
force-pushed
the
github-action/bump-node-version
branch
7 times, most recently
from
September 21, 2025 12:26
8c0d6f7 to
b2893f6
Compare
github-actions
Bot
force-pushed
the
github-action/bump-node-version
branch
8 times, most recently
from
September 29, 2025 12:26
d91ff24 to
f86a047
Compare
koesie10
marked this pull request as draft
September 29, 2025 13:37
auto-merge was automatically disabled
September 29, 2025 13:37
Pull request was converted to draft
koesie10
marked this pull request as ready for review
September 29, 2025 13:37
github-actions
Bot
force-pushed
the
github-action/bump-node-version
branch
from
September 30, 2025 12:26
f86a047 to
5452478
Compare
robertbrignull
marked this pull request as draft
September 30, 2025 15:17
robertbrignull
marked this pull request as ready for review
September 30, 2025 15:17
github-actions
Bot
force-pushed
the
github-action/bump-node-version
branch
7 times, most recently
from
October 13, 2025 12:26
add95cb to
d56ceb1
Compare
github-actions
Bot
force-pushed
the
github-action/bump-node-version
branch
7 times, most recently
from
October 20, 2025 12:26
28c4517 to
70d071b
Compare
github-actions
Bot
force-pushed
the
github-action/bump-node-version
branch
7 times, most recently
from
October 27, 2025 12:27
d26273c to
9bf5402
Compare
github-actions
Bot
force-pushed
the
github-action/bump-node-version
branch
from
October 28, 2025 12:26
9bf5402 to
a1383f8
Compare
koesie10
marked this pull request as draft
October 28, 2025 12:31
koesie10
marked this pull request as ready for review
October 28, 2025 12:31
cklin
approved these changes
Oct 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.17.0. This PR updates the Node version to v22.18.0.