5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 00:06:54 +00:00
commitlint-github-action/babel.config.json
2024-08-03 10:01:41 +02:00

6 lines
83 B
JSON

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