Skip to content

Commit 27dff19

Browse files
committed
feat: drop Node v8
BREAKING CHANGE: * Drops Node.js v8 support
1 parent f03df66 commit 27dff19

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
@@ -14,7 +14,7 @@
1414
"@babel/env",
1515
{
1616
"targets": {
17-
"node": "8"
17+
"node": "10"
1818
}
1919
}
2020
]

0 commit comments

Comments
 (0)