We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482ee0e commit ab0d8baCopy full SHA for ab0d8ba
.travis.yml
@@ -104,13 +104,6 @@ jobs:
104
- name: 'Unit Tests - Node.js v8'
105
node_js: 8
106
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
-
114
- stage: Tag on Release
115
name: 'Tag on Release'
116
node_js: 12
package.json
@@ -43,7 +43,7 @@
43
"bluebird": "^3.7.2",
44
"chalk": "^2.4.2",
45
"fs-extra": "^8.1.0",
46
- "googleapis": "^39.2.0",
+ "googleapis": "^48.0.0",
47
"lodash": "^4.17.15"
48
},
49
"devDependencies": {
0 commit comments