mirror of
https://github.com/NickKaramoff/shareon
synced 2025-01-23 20:30:47 +01:00
10 lines
112 B
YAML
10 lines
112 B
YAML
language: node_js
|
|
node_js:
|
|
- node
|
|
- lts/erbium
|
|
- lts/dubnium
|
|
cache: yarn
|
|
|
|
install: yarn
|
|
script: yarn test
|