mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-27 07:33:51 +01:00
7 lines
81 B
YAML
7 lines
81 B
YAML
language: node_js
|
|
node_js:
|
|
- "14"
|
|
- "16"
|
|
after_script:
|
|
- npm run coveralls
|