Skip to content

Commit

Permalink
Drop support for Node older than 18.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jun 9, 2023
1 parent 9f0e428 commit 2f745d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"graphql-faker": "dist/index.js"
},
"engines": {
"node": ">= 12.x"
"node": ">= 18.12.0"
},
"scripts": {
"test": "npm run lint && npm run check && npm run prettier:check && npm run check:spelling",
Expand Down Expand Up @@ -54,6 +54,7 @@
"@types/body-parser": "1.19.0",
"@types/cors": "2.8.10",
"@types/faker": "5.5.1",
"@types/node": "20.2.5",
"@types/react": "16.9.35",
"@types/react-dom": "16.9.8",
"@types/yargs": "15.0.5",
Expand Down

0 comments on commit 2f745d2

Please sign in to comment.