mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-16 07:30:32 +00:00
8 lines
109 B
YAML
8 lines
109 B
YAML
language: node_js
|
|
before_install:
|
|
- npm install -g npm
|
|
node_js:
|
|
- "0.8"
|
|
- "0.10"
|
|
- "0.12"
|
|
- "iojs"
|