mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 11:45:49 +00:00
Drop node 6 and add node 13
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 6
|
||||
- 8
|
||||
- 10
|
||||
- 12
|
||||
- 13
|
||||
script:
|
||||
- yarn compile
|
||||
- yarn test
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# ripple-address-codec Release History
|
||||
|
||||
## UNRELEASED
|
||||
|
||||
* Drop support for node 6
|
||||
|
||||
## 4.1.0 (2020-01-22)
|
||||
|
||||
* Throwable 'unexpected_payload_length' error: The message has been expanded with ' Ensure that the bytes are a Buffer.'
|
||||
|
||||
@@ -32,5 +32,8 @@
|
||||
"tslint": "^5.19.0",
|
||||
"tslint-eslint-rules": "^5.4.0",
|
||||
"typescript": "^3.7.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user