Skip to content
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

Update Node.js and VS Code dependencies to latest compatible versions #392

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

pastuxso
Copy link
Contributor

@pastuxso pastuxso commented Dec 6, 2024

  • Bumped Node.js version in .nvmrc to v20.17.0 to align with updated project requirements.
  • Updated @types/vscode dependency to 1.85.0 in package.json and package-lock.json.
  • Added engines field to package.json to enforce compatibility:
    • Node.js: >=20.17.0
    • VS Code: ^1.85.0

- Bumped Node.js version in `.nvmrc` to `v20.17.0` to align with updated project requirements.
- Updated `@types/vscode` dependency to `1.85.0` in `package.json` and `package-lock.json`.
- Added `engines` field to `package.json` to enforce compatibility:
  - Node.js: `>=20.17.0`
  - VS Code: `^1.85.0`
Copy link
Member

@sourishkrout sourishkrout left a comment

Choose a reason for hiding this comment

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

✅ LGTM.

@sourishkrout sourishkrout merged commit d4043dd into main Dec 10, 2024
5 checks passed
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