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
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
  • Loading branch information
jfcherng committed Nov 1, 2024
1 parent fcb7213 commit ddd772a
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 @@ -56,7 +56,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 ddd772a

Please sign in to comment.