mirror of
https://github.com/milligram/milligram.git
synced 2024-11-13 16:54:22 +00:00
11 lines
147 B
YAML
11 lines
147 B
YAML
language: node_js
|
|
node_js:
|
|
- 12
|
|
before_install:
|
|
- npm i -g npm@latest
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
before_script:
|
|
- npm run lint
|