Skip to content

Commit

Permalink
Use >= Node.js 14.x and >= npm 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jclem committed Oct 20, 2021
1 parent baef450 commit d422396
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"tslint": "^5.11.0",
"typescript": "^3.0.3"
},
"engines": {
"node": ">= 14.x",
"npm": ">= 7.x"
},
"homepage": "https://github.com/jclem/logfmt2#readme",
"jest": {
"testEnvironment": "node",
Expand Down

1 comment on commit d422396

@kachkaev
Copy link

@kachkaev kachkaev commented on d422396 Oct 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 @jclem! Any reason for dropping Node 12? I have a project that still uses it and yarn install complains about engine incompatibility.

My install path is cacheable-responsedebug-logfmt@jclem/logfmt2

Please sign in to comment.