Skip to content

Commit

Permalink
fix: Continue supporting Node >=4 (#3538)
Browse files Browse the repository at this point in the history
Closes #3537
  • Loading branch information
stephenmathieson authored and straker committed Jul 13, 2022
1 parent afb2478 commit da7923b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"version": "4.4.2",
"license": "MPL-2.0",
"engines": {
"node": ">=12"
"node": ">=4"
},
"contributors": [
{
Expand Down

0 comments on commit da7923b

Please sign in to comment.