mirror of
https://github.com/badgen/badgen.git
synced 2025-04-19 05:42:16 +03:00
7 lines
79 B
YAML
7 lines
79 B
YAML
language: node_js
|
|
node_js:
|
|
- "8"
|
|
- "10"
|
|
before_script:
|
|
- "npm run build"
|