Skip to content

Commit ddd772a

Browse files
committed
chore: bump min Node.js version to v14.18.0
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
1 parent fcb7213 commit ddd772a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def required_node_version(cls) -> str:
5656
Testing playground at https://semver.npmjs.com
5757
And `0.0.0` means "no restrictions".
5858
"""
59-
return ">=14"
59+
return ">=14.18.0"
6060

6161
@classmethod
6262
def should_ignore(cls, view: sublime.View) -> bool:

0 commit comments

Comments
 (0)