Skip to content

Commit

Permalink
chore: consistent required node version (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
shfshanyue authored Oct 19, 2021
1 parent 776a0d6 commit 11708c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = (api) => {
"@babel/preset-env",
{
targets: {
node: "10.13.0",
node: "12.13.0",
},
},
],
Expand Down

0 comments on commit 11708c7

Please sign in to comment.