Skip to content

Commit

Permalink
ci: drop support old node
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Mar 23, 2020
1 parent f3ea697 commit 38ecddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- "stable"
- "lts/*"
- 6
- 10
cache:
directories:
- node_modules
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.3.0",
"description": "Expressions Plugin for PostHTML",
"engines": {
"node": ">=6"
"node": ">=10"
},
"main": "lib",
"scripts": {
Expand Down

0 comments on commit 38ecddc

Please sign in to comment.