Skip to content

Commit

Permalink
build(config): update babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed Feb 6, 2024
1 parent e667259 commit c2ce5c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/babel/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": "18.2"
"node": "20.9"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion config/babel/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@babel/preset-env",
{
"targets": {
"node": "18.2"
"node": "20.9"
}
}
]
Expand Down

0 comments on commit c2ce5c6

Please sign in to comment.