mirror of
https://github.com/NickKaramoff/shareon
synced 2025-02-03 17:27:32 +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
|