Skip to content

Commit ab0d8ba

Browse files
authored
feat: Upgrade googleapis to latest version (#209)
BREAKING CHANGE: Drop support for Node.js v6
1 parent 482ee0e commit ab0d8ba

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.travis.yml

-7
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,6 @@ jobs:
104104
- name: 'Unit Tests - Node.js v8'
105105
node_js: 8
106106

107-
- name: 'Unit Tests - Node.js v6'
108-
node_js: 6
109-
before_install:
110-
# npm@3 doesn't seem handle `--no-optional` option of `npm update` command.
111-
# Upgrade npm to version which is distributed with Node.js v8
112-
- npm i -g npm@6.4.1
113-
114107
- stage: Tag on Release
115108
name: 'Tag on Release'
116109
node_js: 12

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"bluebird": "^3.7.2",
4444
"chalk": "^2.4.2",
4545
"fs-extra": "^8.1.0",
46-
"googleapis": "^39.2.0",
46+
"googleapis": "^48.0.0",
4747
"lodash": "^4.17.15"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)