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