Skip to content

Commit

Permalink
Enforce node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Apr 5, 2020
1 parent 411b08d commit edd162a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
language: node_js
node_js:
- "8"
dist: trusty
sudo: required
addons:
chrome: stable
cache:
directories:
- node_modules
- "10"
branches:
only:
- master
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"author": "Mark Kennedy <mark@heyimmark.com> (heyimmark.com)",
"engines": {
"node": ">=8.9.0"
"node": ">=10.16"
},
"keywords": [
"lit router",
Expand Down Expand Up @@ -76,4 +76,4 @@
"dependencies": {
"query-selector-shadow-dom": "^0.4.5"
}
}
}

0 comments on commit edd162a

Please sign in to comment.