Skip to content

Commit 1077279

Browse files
committed
drop support EOL Node.js 16 LTS
1 parent 50e89dd commit 1077279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

babel.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@babel/preset-env",
55
{
66
"targets": {
7-
"node": "12.13"
7+
"node": "18.12"
88
},
99
"loose": true
1010
}

0 commit comments

Comments
 (0)