mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
Require node v10+
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 8
|
||||
- 10
|
||||
- 12
|
||||
- 13
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
## UNRELEASED
|
||||
|
||||
* Drop support for node 6
|
||||
* Require node v10+
|
||||
|
||||
## 4.1.0 (2020-01-22)
|
||||
|
||||
|
||||
@@ -34,6 +34,6 @@
|
||||
"typescript": "^3.7.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 8"
|
||||
"node": ">= 10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user