Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
build!: require node 12+ (#413)
Browse files Browse the repository at this point in the history
Authored via Leif

Co-authored-by: oclif-bot <[email protected]>
  • Loading branch information
RasPhilCo and oclif-bot authored Sep 21, 2021
1 parent 1dba626 commit 19f01a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"typescript": "3.8.3"
},
"engines": {
"node": ">=8.0.0"
"node": ">=12.0.0"
},
"files": [
"/lib"
Expand Down

0 comments on commit 19f01a9

Please sign in to comment.