i18next / i18next-parser

Parse your code to extract translation keys/values and manage your catalog files
MIT License
472 stars 195 forks source link

fix: node engine versions #1053

Closed ripecosta closed 3 weeks ago

ripecosta commented 1 month ago

Why am I submitting this PR

Fixes node engine version to match the version documentation

Note: >=18.0.0 || >=20.0.0 || >=22.0.0 is the same as >=18.0.0 so I assumed the desired behaviour is ^18.0.0 || ^20.0.0 || ^22.0.0 in accordance to the docs. Please let me know if that's not the case.

Does it fix an existing ticket?

No

Checklist

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.35%. Comparing base (168c8d5) to head (f5684fc). Report is 60 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1053 +/- ## ========================================== - Coverage 95.40% 95.35% -0.05% ========================================== Files 11 10 -1 Lines 1937 1918 -19 ========================================== - Hits 1848 1829 -19 Misses 89 89 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.