Skip to content

Commit 38ecddc

Browse files
committed
ci: drop support old node
1 parent f3ea697 commit 38ecddc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- "stable"
44
- "lts/*"
5-
- 6
5+
- 10
66
cache:
77
directories:
88
- node_modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.3.0",
44
"description": "Expressions Plugin for PostHTML",
55
"engines": {
6-
"node": ">=6"
6+
"node": ">=10"
77
},
88
"main": "lib",
99
"scripts": {

0 commit comments

Comments
 (0)