Skip to content

Commit

Permalink
refactor: fix node.js version (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait authored Jun 13, 2022
1 parent bb4461d commit 6ce2676
Show file tree
Hide file tree
Showing 3 changed files with 2,124 additions and 1,985 deletions.
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: "14.17.0",
node: "14.15.0",
},
},
],
Expand Down
Loading

0 comments on commit 6ce2676

Please sign in to comment.