Skip to content

Commit

Permalink
fix: lower the required node version to ^16.10 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed May 3, 2022
1 parent ade9535 commit f16ba2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -144,6 +144,6 @@
]
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
}
}

0 comments on commit f16ba2b

Please sign in to comment.