Skip to content

Commit

Permalink
Fix the TypeScript errors (#295)
Browse files Browse the repository at this point in the history
* Update package-lock.json

* Node 4 End Of Life

* Update TypeScript and TSLint. Node 8 in CI

* npm audit fix
  • Loading branch information
vhashimotoo authored and ckerr committed Jun 9, 2018
1 parent b77828f commit 12fe913
Show file tree
Hide file tree
Showing 5 changed files with 2,129 additions and 411 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.4.7
v8.11.1
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
language: node_js

node_js:
- '7'
- '8'

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ branches:
skip_tags: true

environment:
nodejs_version: "7"
nodejs_version: "8"

cache:
- node_modules -> package.json
Expand Down
Loading

0 comments on commit 12fe913

Please sign in to comment.