mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-21 15:43:08 +01:00
Remove tests / support for Node 6
This commit is contained in:
parent
cf4731682e
commit
7b322af22f
@ -1,5 +1,4 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
- "8"
|
||||
- "10"
|
||||
|
@ -15,7 +15,7 @@
|
||||
"mapscii": "./bin/mapscii.sh"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.14.0"
|
||||
"node": ">=8"
|
||||
},
|
||||
"keywords": [
|
||||
"map",
|
||||
|
Loading…
Reference in New Issue
Block a user