Skip to content

Commit

Permalink
feat(engines): update minimum node packages
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Nov 19, 2023
1 parent ad98740 commit 9ff1c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -62,7 +62,7 @@
"vitest": "^0.34.6"
},
"engines": {
"node": "14.x || >= 16"
"node": "^18.0.0 || >= 20.0.0"
},
"peerDependencies": {
"eslint": ">=8.0.0",
Expand All @@ -79,4 +79,4 @@
"dependencies": {
"@typescript-eslint/utils": "^6.11.0"
}
}
}

0 comments on commit 9ff1c16

Please sign in to comment.