Skip to content

Commit

Permalink
feature: readify: drop support of node < 18
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Mar 29, 2024
1 parent ff9b38a commit 2b6413c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@
"license": "MIT",
"main": "lib/readify.js",
"engines": {
"node": ">=14"
"node": ">=18"
},
"devDependencies": {
"c8": "^9.1.0",
"eslint": "^8.57.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^22.5.0",
"madrun": "^10.0.1",
"mock-require": "^3.0.2",
Expand Down

0 comments on commit 2b6413c

Please sign in to comment.