Skip to content

Commit

Permalink
fix(node): bump minimum supported node to 14.13
Browse files Browse the repository at this point in the history
- this is technically the most recent minor version
  • Loading branch information
acburdine committed Oct 9, 2020
1 parent 92c6309 commit 0c79cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
]
},
"engines": {
"node": "^10.13.0 || ^12.10.0 || ^14.11.0"
"node": "^10.13.0 || ^12.10.0 || ^14.13.0"
},
"preferGlobal": true,
"dependencies": {
Expand Down

0 comments on commit 0c79cf4

Please sign in to comment.