Raise the minimum NodeJS version to 10 (#84)

pull/88/head
Christian Paul 2020-05-28 12:18:00 +02:00 zatwierdzone przez GitHub
rodzic 8475501605
commit 393f867c84
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,8 +1,8 @@
language: node_js
node_js:
- "8"
- "10"
- "12"
- "14"
script:
- npm run-script lint

Wyświetl plik

@ -36,7 +36,7 @@ npx mapscii
### With npm
If you haven't already got Node.js >= version 6.14, then [go get it](http://nodejs.org/).
If you haven't already got Node.js >= version 10, then [go get it](http://nodejs.org/).
```
npm install -g mapscii

Wyświetl plik

@ -16,7 +16,7 @@
"mapscii": "./bin/mapscii.sh"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"keywords": [
"map",