Skip to content

Commit

Permalink
Cherry-pick PR microsoft#53183 into release-5.0
Browse files Browse the repository at this point in the history
Component commits:
d7b4c26 Set package.json minimum to Node 12

a05822c Bump to v12.20 and update lock
  • Loading branch information
jakebailey authored and typescript-bot committed Mar 9, 2023
1 parent 4d4227a commit 818eaf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"tsserver": "./bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=12.20"
},
"files": [
"bin",
Expand Down

0 comments on commit 818eaf7

Please sign in to comment.