Skip to content

Commit

Permalink
Update node 12 to node 16 in .babelrc
Browse files Browse the repository at this point in the history
We only support node 16+ now, so we can target this version and get a
nicer build. See:

- #286
- #276
  • Loading branch information
lencioni committed Jul 30, 2024
1 parent c9d62a0 commit f74f8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": "12"
"node": "16"
}
}
],
Expand Down

0 comments on commit f74f8e2

Please sign in to comment.