mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 03:35:49 +00:00
10 lines
89 B
YAML
10 lines
89 B
YAML
language: node_js
|
|
node_js:
|
|
- 10
|
|
- 12
|
|
- 13
|
|
script:
|
|
- yarn compile
|
|
- yarn test
|
|
- yarn lint
|