mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-02 01:55:48 +00:00
Updated our testing matrix based on: https://nodejs.org/en/about/releases/ - Node 11 is no longer supported (not LTS) - Node 12 added (active LTS) - Node 13 added ("current" release)
11 lines
105 B
YAML
11 lines
105 B
YAML
language: node_js
|
|
node_js:
|
|
- 8
|
|
- 10
|
|
- 12
|
|
- 13
|
|
script:
|
|
- yarn test
|
|
- yarn build
|
|
- yarn lint
|