Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
chore(babel): incremented node version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebas5384 committed Jul 16, 2019
1 parent b94022e commit 71fba55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/babel/babel.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = () => ({
'@babel/preset-env',
{
targets: {
node: '8'
node: '10'
}
}
],
Expand Down

0 comments on commit 71fba55

Please sign in to comment.