Skip to content

Commit 0575963

Browse files
authored
docs(readme): update minimum supported node version
1 parent 82735a1 commit 0575963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Performance of different validators by [json-schema-benchmark](https://github.co
119119
- all keywords (see [JSON Type Definition schema forms](https://ajv.js.org/json-type-definition.html))
120120
- meta-schema for JTD schemas
121121
- "union" keyword and user-defined keywords (can be used inside "metadata" member of the schema)
122-
- supports [browsers](https://ajv.js.org/guide/environments.html#browsers) and Node.js 10.x - current
122+
- supports [browsers](https://ajv.js.org/guide/environments.html#browsers) and Node.js 16.x - current
123123
- [asynchronous loading](https://ajv.js.org/guide/managing-schemas.html#asynchronous-schema-loading) of referenced schemas during compilation
124124
- "All errors" validation mode with [option allErrors](https://ajv.js.org/options.html#allerrors)
125125
- [error messages with parameters](https://ajv.js.org/api.html#validation-errors) describing error reasons to allow error message generation

0 commit comments

Comments
 (0)