mirror of
https://github.com/ncipollo/release-action
synced 2026-09-07 20:04:03 +00:00
7 lines
81 B
YAML
7 lines
81 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.8
|
|
- 0.9
|
|
- 0.10
|
|
script: node ./test/index.js
|