mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-28 16:06:35 +01:00
9 lines
108 B
YAML
Executable File
9 lines
108 B
YAML
Executable File
language: node_js
|
|
node_js:
|
|
- '12'
|
|
- '10'
|
|
- '8'
|
|
- '6'
|
|
script:
|
|
- npm run eslint
|
|
- npm run coverage |