fast-json-stringify
fast-json-stringify copied to clipboard
fix: escape single quote when building error message for required property
closes https://github.com/fastify/fast-json-stringify/issues/715
Checklist
- [x] run
npm run testandnpm run benchmark - [x] tests and/or benchmarks are included
- [ ] documentation is changed or added
- [x] commit message and code follows the Developer's Certification of Origin and the Code of conduct
@ivan-tymoshenko could you please try to restart the CI? Seems the fail is not related to the changes in this PR
Seems like there is an issue on node 14?
This is the 4th run
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.
Lets ignore it.