Skip to content

Commit

Permalink
build!: update library to use Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed May 18, 2022
1 parent 99fdad9 commit 68fd45a
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 151 deletions.
34 changes: 0 additions & 34 deletions .kokoro/continuous/node10/common.cfg

This file was deleted.

4 changes: 0 additions & 4 deletions .kokoro/continuous/node10/docs.cfg

This file was deleted.

4 changes: 0 additions & 4 deletions .kokoro/continuous/node10/lint.cfg

This file was deleted.

7 changes: 0 additions & 7 deletions .kokoro/continuous/node10/samples-test.cfg

This file was deleted.

7 changes: 0 additions & 7 deletions .kokoro/continuous/node10/system-test.cfg

This file was deleted.

9 changes: 0 additions & 9 deletions .kokoro/continuous/node10/test.cfg

This file was deleted.

24 changes: 0 additions & 24 deletions .kokoro/continuous/node8/common.cfg

This file was deleted.

Empty file removed .kokoro/continuous/node8/test.cfg
Empty file.
34 changes: 0 additions & 34 deletions .kokoro/presubmit/node10/common.cfg

This file was deleted.

4 changes: 0 additions & 4 deletions .kokoro/presubmit/node10/docs.cfg

This file was deleted.

4 changes: 0 additions & 4 deletions .kokoro/presubmit/node10/lint.cfg

This file was deleted.

7 changes: 0 additions & 7 deletions .kokoro/presubmit/node10/samples-test.cfg

This file was deleted.

7 changes: 0 additions & 7 deletions .kokoro/presubmit/node10/system-test.cfg

This file was deleted.

Empty file removed .kokoro/presubmit/node10/test.cfg
Empty file.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},
"files": [
"build/src",
Expand Down Expand Up @@ -54,7 +54,7 @@
"client library"
],
"dependencies": {
"google-auth-library": "^7.0.2",
"google-auth-library": "^8.0.2",
"googleapis-common": "^5.0.2"
},
"devDependencies": {
Expand Down Expand Up @@ -82,7 +82,7 @@
"js-green-licenses": "^3.0.0",
"linkinator": "^2.0.0",
"mkdirp": "^1.0.0",
"mocha": "^9.0.0",
"mocha": "^9.2.2",
"mv": "^2.1.1",
"ncp": "^2.0.0",
"nock": "^13.0.0",
Expand All @@ -95,7 +95,7 @@
"server-destroy": "^1.0.1",
"sinon": "^14.0.0",
"tmp": "^0.2.0",
"typescript": "^3.8.3",
"typescript": "^4.6.4",
"yargs-parser": "^20.2.0"
}
}
4 changes: 2 additions & 2 deletions samples/package.json
Expand Up @@ -4,7 +4,7 @@
"repository": "google/google-api-nodejs-client",
"license": "Apache-2.0",
"engines": {
"node": ">=8"
"node": ">=12.0.0"
},
"files": [
"**/*.js",
Expand All @@ -31,4 +31,4 @@
"proxyquire": "^2.1.3",
"typescript": "~4.2.3"
}
}
}

0 comments on commit 68fd45a

Please sign in to comment.