Skip to content

Commit

Permalink
chore: bump min required Node.js to v18
Browse files Browse the repository at this point in the history
According to #205 (comment)

Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Sep 1, 2024
1 parent 8c687a2 commit 1aaad34
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 @@ -239,7 +239,7 @@ def required_node_version(cls) -> str:
Testing playground at https://semver.npmjs.com
And `0.0.0` means "no restrictions".
"""
return ">=16"
return ">=18"

@classmethod
def get_account_status(cls) -> AccountStatus:
Expand Down

0 comments on commit 1aaad34

Please sign in to comment.