Skip to content

Commit

Permalink
chore(release): Node 18 required
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

- minimum required Node version is 18 now
  • Loading branch information
codekie committed Nov 20, 2024
1 parent c75c995 commit f5afbb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16*
18*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Validates embedded examples in OpenAPI-JSONs",
"main": "dist/index.js",
"engines": {
"node": ">=16"
"node": ">=18"
},
"bin": {
"openapi-examples-validator": "dist/cli.js"
Expand Down

0 comments on commit f5afbb1

Please sign in to comment.