Skip to content

Commit

Permalink
fix: require min node 14
Browse files Browse the repository at this point in the history
change was done in: a5f56a6
  • Loading branch information
Rotzbua authored and andy128k committed Sep 15, 2022
1 parent aa050ff commit 24eb416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": "12"
"node": "14"
}
}
],
Expand Down

0 comments on commit 24eb416

Please sign in to comment.