Skip to content

Commit

Permalink
fix(build): target Node.js v14 (not v10) with Babel
Browse files Browse the repository at this point in the history
  • Loading branch information
zenflow committed May 7, 2023
1 parent a396380 commit 9889e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": "10"
"node": "14"
}
}
],
Expand Down

0 comments on commit 9889e81

Please sign in to comment.