Skip to content
Snippets Groups Projects
Commit d88c9d58 authored by esikkala's avatar esikkala
Browse files

@babel/preset-env: target node 16

parent 96f47c12
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ module.exports = function (api) {
'@babel/preset-env',
{
targets: {
node: '14'
node: '16'
}
}
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment