Skip to content

Commit

Permalink
feat: Upgrade googleapis to latest version (#209)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Drop support for Node.js v6
  • Loading branch information
zxhaaa6 authored Apr 1, 2020
1 parent 482ee0e commit ab0d8ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,6 @@ jobs:
- name: 'Unit Tests - Node.js v8'
node_js: 8

- name: 'Unit Tests - Node.js v6'
node_js: 6
before_install:
# npm@3 doesn't seem handle `--no-optional` option of `npm update` command.
# Upgrade npm to version which is distributed with Node.js v8
- npm i -g [email protected]

- stage: Tag on Release
name: 'Tag on Release'
node_js: 12
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"bluebird": "^3.7.2",
"chalk": "^2.4.2",
"fs-extra": "^8.1.0",
"googleapis": "^39.2.0",
"googleapis": "^48.0.0",
"lodash": "^4.17.15"
},
"devDependencies": {
Expand Down

0 comments on commit ab0d8ba

Please sign in to comment.