Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
Node.js v13 was supported
Browse files Browse the repository at this point in the history
  • Loading branch information
litichevskiydv committed Dec 26, 2019
1 parent 84a48ae commit fe26022
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 60 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js:
- "8"
- "10"
- "12"
- "13"
- lts/*
- node
install: npm ci
Expand Down
122 changes: 64 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"serialize-error": "^5.0.0"
},
"peerDependencies": {
"grpc": "^1.20.2"
"grpc": "^1.24.2"
},
"devDependencies": {
"@grpc/proto-loader": "^0.4.0",
"coveralls": "^3.0.3",
"grpc": "^1.20.2",
"grpc": "^1.24.2",
"grpc-instrumentum": "^2.0.3",
"jest": "^24.3.1",
"jest-extended": "^0.11.1",
Expand Down

0 comments on commit fe26022

Please sign in to comment.