mirror of
https://github.com/supanadit/short-url.git
synced 2024-11-13 03:32:22 +00:00
8 lines
82 B
YAML
Executable File
8 lines
82 B
YAML
Executable File
language: node_js
|
|
|
|
node_js:
|
|
- "12"
|
|
|
|
before_script:
|
|
- npm install -g grunt-cli
|