Skip to content

Commit 5d0b2ae

Browse files
committed
NodeJS 8 and older are end-of-life
1 parent 56e186b commit 5d0b2ae

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: node_js
22
node_js:
3-
- "8"
4-
- "9"
53
- "10"
64
- "11"
75
- "12"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ That's what Twing is. A maintainability-first engine that pass 100% of the TwigP
1515

1616
## Prerequisites
1717

18-
Twing needs at least **node.js 8.0.0** to run.
18+
Twing needs at least **node.js 10.0.0** to run.
1919

2020
## Installation
2121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"module": "dist/es",
2323
"types": "dist/types/main.d.ts",
2424
"engines": {
25-
"node": ">=6.0.0"
25+
"node": ">=10.0.0"
2626
},
2727
"scripts": {
2828
"precover": "rimraf coverage .nyc_output",

0 commit comments

Comments
 (0)