open-spaced-repetition / ts-fsrs

ts-fsrs is a versatile package based on TypeScript that supports ES modules, CommonJS, and UMD.
https://open-spaced-repetition.github.io/ts-fsrs/
MIT License
216 stars 22 forks source link

Feat/bump nodejs to 18 #93

Closed ishiko732 closed 4 months ago

ishiko732 commented 4 months ago

upgrades project's Node.js version from 16 to 18. Node.js 16 has reached its end of life and is no longer receiving maintenance updates, including critical security fixes. Upgrading to Node.js 18 ensures that we continue to receive updates and maintain a secure and stable environment for our application.

https://versionlog.com/nodejs/ image

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (173c19c) to head (51ce620).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #93 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 352 352 Branches 44 44 ========================================= Hits 352 352 ```

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