Merged
Conversation
91add2c to
6e6cd74
Compare
e4b39d4 to
f8ead7b
Compare
08634d4 to
8cdbbc7
Compare
8cdbbc7 to
88568f1
Compare
koesie10
approved these changes
Jun 2, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR aligns the Node version for integration tests with the updated Node version in the latest VS Code release.
- Bump Node engine in package.json from ^20.18.3 to ^20.19.0
- Update .nvmrc to v20.19.0
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 | Update Node version in engines.node |
| extensions/ql-vscode/.nvmrc | Change pinned Node version to v20.19.0 |
Files not reviewed (1)
- extensions/ql-vscode/package-lock.json: Language not supported
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 v20.18.3. This PR updates the Node version to v20.19.0.