mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
11 lines
145 B
YAML
11 lines
145 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
- "8"
|
|
addons:
|
|
chrome: stable
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
- .shadow-cljs
|
|
- $HOME/.m2
|