mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-07-22 09:47:57 +08:00
9 lines
106 B
Plaintext
9 lines
106 B
Plaintext
|
|
{
|
||
|
|
"presets": [
|
||
|
|
["@babel/preset-env", {
|
||
|
|
"targets": {
|
||
|
|
"node": "6.0"
|
||
|
|
}
|
||
|
|
}]
|
||
|
|
]
|
||
|
|
}
|