- 
                Notifications
    You must be signed in to change notification settings 
- Fork 213
Bump Node version to v22.18.0 #4139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
2470a77    to
    79e23b7      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
8c0d6f7    to
    b2893f6      
    Compare
  
    d91ff24    to
    f86a047      
    Compare
  
    Pull request was converted to draft
f86a047    to
    5452478      
    Compare
  
    dd97c7d    to
    2adcd8d      
    Compare
  
    6f447ec    to
    cc5edc4      
    Compare
  
    afc3c34    to
    4753d7c      
    Compare
  
    d26273c    to
    9bf5402      
    Compare
  
    9bf5402    to
    a1383f8      
    Compare
  
    
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.