Skip to content

Commit

Permalink
fix: bump engines field to Node.js>=12 (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Jan 6, 2022
1 parent 869cd40 commit a1da6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/inquirer/package.json
Expand Up @@ -17,7 +17,7 @@
"menu"
],
"engines": {
"node": ">=8.0.0"
"node": ">=12.0.0"
},
"devDependencies": {
"chai": "^4.3.4",
Expand Down

0 comments on commit a1da6cf

Please sign in to comment.