mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
* remove yarn.lock * reinstall with npm * fix package.json * update xrplf eslint * fix all other instances of yarn
10 lines
96 B
YAML
10 lines
96 B
YAML
language: node_js
|
|
node_js:
|
|
- 10
|
|
- 12
|
|
- 13
|
|
script:
|
|
- npm test
|
|
- npm build
|
|
- npm lint
|