Skip to content

Commit

Permalink
chore: bump min Node.js version to v14.18.0
Browse files Browse the repository at this point in the history
That's the min version which can start the server.

Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Nov 1, 2024
1 parent e53424e commit 15920c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def required_node_version(cls) -> str:
Testing playground at https://semver.npmjs.com
And `0.0.0` means "no restrictions".
"""
return ">=14"
return ">=14.18.0"

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

0 comments on commit 15920c7

Please sign in to comment.