mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-28 16:15:49 +00:00
11 lines
93 B
YAML
11 lines
93 B
YAML
language: node_js
|
|
node_js:
|
|
- 8
|
|
- 10
|
|
- 12
|
|
- 13
|
|
script:
|
|
- yarn compile
|
|
- yarn test
|
|
- yarn lint
|