Raise the minimum NodeJS version to 10 (#84)

This commit is contained in:
Christian Paul 2020-05-28 12:18:00 +02:00 committed by GitHub
parent 8475501605
commit 393f867c84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -36,7 +36,7 @@ npx mapscii
### With npm ### 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 npm install -g mapscii

View File

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