Skip to content

Commit 2f745d2

Browse files
committed
Drop support for Node older than 18.12.0
1 parent 9f0e428 commit 2f745d2

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"graphql-faker": "dist/index.js"
1919
},
2020
"engines": {
21-
"node": ">= 12.x"
21+
"node": ">= 18.12.0"
2222
},
2323
"scripts": {
2424
"test": "npm run lint && npm run check && npm run prettier:check && npm run check:spelling",
@@ -54,6 +54,7 @@
5454
"@types/body-parser": "1.19.0",
5555
"@types/cors": "2.8.10",
5656
"@types/faker": "5.5.1",
57+
"@types/node": "20.2.5",
5758
"@types/react": "16.9.35",
5859
"@types/react-dom": "16.9.8",
5960
"@types/yargs": "15.0.5",

0 commit comments

Comments
 (0)