mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-21 15:43:08 +01:00
Raise the minimum NodeJS version to 10 (#84)
This commit is contained in:
parent
8475501605
commit
393f867c84
@ -1,8 +1,8 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "8"
|
||||
- "10"
|
||||
- "12"
|
||||
- "14"
|
||||
|
||||
script:
|
||||
- npm run-script lint
|
||||
|
@ -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
|
||||
|
@ -16,7 +16,7 @@
|
||||
"mapscii": "./bin/mapscii.sh"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
"node": ">=10"
|
||||
},
|
||||
"keywords": [
|
||||
"map",
|
||||
|
Loading…
Reference in New Issue
Block a user