Skip to content

Commit

Permalink
Drop Node 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
johansatge committed Feb 4, 2023
1 parent c3ed564 commit 22bdba9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"cli"
],
"engines": {
"node": ">=12"
"node": ">=14"
},
"preferGlobal": true,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

## Installation

_This module needs Node `>=12`._
_This module needs Node `>=14`._

Install with [npm](https://www.npmjs.com/):

Expand Down

0 comments on commit 22bdba9

Please sign in to comment.