Skip to content

Commit

Permalink
fix target node version
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Apr 9, 2023
1 parent 37504ee commit 82630f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": "12"
"node": "8"
},
"modules": false
}
Expand Down

0 comments on commit 82630f8

Please sign in to comment.