mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-21 23:53: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
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "8"
|
|
||||||
- "10"
|
- "10"
|
||||||
- "12"
|
- "12"
|
||||||
|
- "14"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run-script lint
|
- npm run-script lint
|
||||||
|
@ -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
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
"mapscii": "./bin/mapscii.sh"
|
"mapscii": "./bin/mapscii.sh"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8"
|
"node": ">=10"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"map",
|
"map",
|
||||||
|
Loading…
Reference in New Issue
Block a user