Skip to content

Commit

Permalink
feat!: Update library to use Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
summer-ji-eng committed May 17, 2022
1 parent 794f4c2 commit ed56aa2
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 143 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.

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.

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

This file was deleted.

Empty file removed .kokoro/presubmit/node8/test.cfg
Empty file.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},
"repository": "googleapis/nodejs-error-reporting",
"main": "./build/src/index.js",
Expand Down Expand Up @@ -39,6 +39,7 @@
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.10",
"@hapi/hapi": "^20.1.0",
"@types/boom": "^7.2.1",
"@types/console-log-level": "^1.4.0",
"@types/express": "^4.17.0",
Expand All @@ -56,17 +57,16 @@
"codecov": "^3.5.0",
"express": "^4.17.1",
"gts": "^2.0.0",
"@hapi/hapi": "^20.1.0",
"js-green-licenses": "^3.0.0",
"json-stable-stringify": "^1.0.1",
"koa": "^2.7.0",
"linkinator": "^2.0.0",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"nock": "^13.0.0",
"post-install-check": "0.0.1",
"proxyquire": "^2.1.0",
"restify": "^8.3.3",
"typescript": "^3.8.3",
"typescript": "^4.6.4",
"uuid": "^8.0.0"
}
}
4 changes: 2 additions & 2 deletions samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"!test/"
],
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},
"scripts": {
"test": "mocha --timeout=600000"
Expand All @@ -23,4 +23,4 @@
"gaxios": "^5.0.0",
"mocha": "^8.0.0"
}
}
}

0 comments on commit ed56aa2

Please sign in to comment.