-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This will still use the latest minor version of
@types/node
due to^
wildcard. Looking at the diff inpackage-lock.json
we can see this. Btw, vscode-insiders already uses nodejs v12.13.0I'd propose to make it
12.12.x
(there is no @types/node 12.13 version published yet)