Skip to content

Commit

Permalink
feat: drop node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Nov 26, 2019
1 parent 2f3c8e3 commit 9cf056e
Show file tree
Hide file tree
Showing 3 changed files with 560 additions and 445 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: node_js
node_js:
- 4
- 6
- 8
- 9
- 10
- 12
sudo: false
before_install:
- curl -L https://unpkg.com/@pnpm/self-installer | node
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lib"
],
"engines": {
"node": ">=4"
"node": ">=10"
},
"scripts": {
"lint": "tslint -c tslint.json --project .",
Expand Down
Loading

0 comments on commit 9cf056e

Please sign in to comment.