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

Commit

Permalink
refactor: lock Babel Node target to liferay-portal version
Browse files Browse the repository at this point in the history
Just to make sure we don't start using features that aren't actually
supported by the version of NodeJS that we actually use in
liferay-portal (currently, v10.15.1).
  • Loading branch information
wincent committed Jul 2, 2019
1 parent ce3c495 commit b12b6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/liferay-npm-scripts/src/config/babel.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@babel/preset-env",
{
"targets": {
"node": "current"
"node": "10.15"
}
}
]
Expand Down

0 comments on commit b12b6fc

Please sign in to comment.