kurierjs / kurier

TypeScript framework to create JSON:API compliant APIs
https://kurier.readthedocs.io/en/latest/
MIT License
61 stars 9 forks source link

Update Node version to 20.x for CI #355

Closed swetag-hash closed 1 year ago

swetag-hash commented 1 year ago

Add support for Node version 20.x in CI as mentioned in issue #353

joelalejandro commented 1 year ago

@swetag-hash Changes look good! Would you mind running npm test locally with Node 20 to confirm tests aren't breaking? Thanks!

swetag-hash commented 1 year ago

@joelalejandro Sure, I can work on it

swetag-hash commented 1 year ago

@joelalejandro Any suggestions on how to test it locally?

joelalejandro commented 1 year ago

@swetag-hash you should run the npm test command. If all tests pass, we're good to go.

swetag-hash commented 1 year ago

@joelalejandro npm test is not running