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

Match VS Code version of @types/node #2863

Merged
merged 2 commits into from
Nov 30, 2022
Merged

Match VS Code version of @types/node #2863

merged 2 commits into from
Nov 30, 2022

Conversation

mattseddon
Copy link
Member

@mattseddon mattseddon commented Nov 30, 2022

The electron app that is VS Code uses Node v16.14.2. Our types were v18. This mismatch could lead us into using unavailable features by mistake. To preempt any issues I've matched the version of @types/node VS Code uses: https://github.com/microsoft/vscode/blob/main/package.json#L115

@mattseddon mattseddon self-assigned this Nov 30, 2022
@mattseddon mattseddon marked this pull request as ready for review November 30, 2022 22:04
@mattseddon mattseddon enabled auto-merge (squash) November 30, 2022 23:38
@codeclimate
Copy link

codeclimate bot commented Nov 30, 2022

Code Climate has analyzed commit 3b07a14 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (85% is the threshold).

This pull request will bring the total coverage in the repository to 96.7% (0.0% change).

View more on Code Climate.

@mattseddon mattseddon merged commit 93b82ef into main Nov 30, 2022
@mattseddon mattseddon deleted the fix-types-node branch November 30, 2022 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants