5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00
commitlint-github-action/babel.config.json
Wagner Santos a8947aa26c chore(deps): update node version to 20.9.0
BREAKING CHANGE: action now runs on Node 20.9.0
2023-11-01 05:26:00 -03:00

6 lines
82 B
JSON

{
"presets": [["@babel/preset-env"]],
"targets": {
"node": "20.9.0"
}
}