fastify / fast-json-stringify

2x faster than JSON.stringify()
MIT License
3.49k stars 207 forks source link

fix: escape single quote when building error message for required property #716

Closed tomastauer closed 5 months ago

tomastauer commented 5 months ago

closes https://github.com/fastify/fast-json-stringify/issues/715

Checklist

tomastauer commented 5 months ago

@ivan-tymoshenko could you please try to restart the CI? Seems the fail is not related to the changes in this PR

gurgunday commented 5 months ago

Seems like there is an issue on node 14?

This is the 4th run

mcollina commented 5 months ago

Yes. macos-latest gha env is now arm based. There is no Node v14 for arm. It's failing everywhere.

Either we test on older Mac envs or we just ignore that combo.

Uzlopak commented 5 months ago

Lets ignore it.