Skip to content

Commit 16a8ff4

Browse files
committed
fix: target node 14 in babel config
1 parent e4c77f5 commit 16a8ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@babel/preset-env",
55
{
66
"targets": {
7-
"node": "10"
7+
"node": "14"
88
}
99
}
1010
],

0 commit comments

Comments
 (0)