mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
13 lines
103 B
YAML
13 lines
103 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- stable
|
|
- 10
|
|
- 9
|
|
- 8
|
|
- 7
|
|
- 6
|
|
- 5
|
|
- 4
|
|
|
|
script: make test
|