mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 21:15:47 +00:00
Drop support for Node.js version 8 (#171)
Node.js 8 reached End-of-Life on 31st December 2019. If you are still using Node.js 8, we recommend upgrading to version 10 or higher as soon as possible. https://nodejs.org/en/about/releases/
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 8
|
||||
- 10
|
||||
- 12
|
||||
- 13
|
||||
- 14
|
||||
script:
|
||||
- yarn compile
|
||||
- yarn lint
|
||||
|
||||
@@ -49,6 +49,6 @@
|
||||
},
|
||||
"license": "ISC",
|
||||
"engines": {
|
||||
"node": ">= 8"
|
||||
"node": ">= 10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user