Skip to content

Commit 28e2ab6

Browse files
committed
ci: drop support old node
1 parent 3332933 commit 28e2ab6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ node_js:
33
- 'node'
44
- 'lts/*'
55
- '10'
6-
- '8'
76

87
after_success:
98
- npm run coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
},
2929
"engines": {
30-
"node": ">=8"
30+
"node": ">=10"
3131
},
3232
"homepage": "https://github.com/posthtml/posthtml-webp",
3333
"keywords": [

0 commit comments

Comments
 (0)