Skip to content

Commit 4db53f8

Browse files
feat!: drop support for node 12
BREAKING CHANGE: we're dropping support for nodejs 12. Minimum version required is now 14 (LTS)
1 parent 7b2a105 commit 4db53f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14
1+
v14.17

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"fastify-schema-to-typescript": "./dist/src/cli.js"
88
},
99
"engines": {
10-
"node": ">=12.0.0"
10+
"node": ">=14.0.0"
1111
},
1212
"scripts": {
1313
"postinstall": "husky install",

0 commit comments

Comments
 (0)