Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
chore!: upgrade to Node 14 (#647)
Browse files Browse the repository at this point in the history
* build: add extra test for Node 20, update windows tests

* build: add extra test for Node 20, update windows tests

Source-Link: googleapis/synthtool@38f5d4b
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:ef104a520c849ffde60495342ecf099dfb6256eab0fbd173228f447bc73d1aa9

* chore!: upgrade to Node 14

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
sofisl and gcf-owl-bot[bot] authored Aug 10, 2023
1 parent c7835aa commit 119377f
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 108 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ build
.vscode
package-lock.json
__pycache__
.DS_Store
.repo
24 changes: 0 additions & 24 deletions .kokoro/continuous/node12/common.cfg

This file was deleted.

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

This file was deleted.

12 changes: 0 additions & 12 deletions .kokoro/continuous/node12/samples-test.cfg

This file was deleted.

12 changes: 0 additions & 12 deletions .kokoro/continuous/node12/system-test.cfg

This file was deleted.

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

This file was deleted.

12 changes: 0 additions & 12 deletions .kokoro/presubmit/node12/samples-test.cfg

This file was deleted.

12 changes: 0 additions & 12 deletions .kokoro/presubmit/node12/system-test.cfg

This file was deleted.

Empty file removed .kokoro/presubmit/node12/test.cfg
Empty file.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"chalk": "^5.0.1",
"command-line-usage": "^7.0.0",
"extend": "^3.0.2",
"gaxios": "^5.0.1",
"gaxios": "^6.0.1",
"js-yaml": "^4.1.0",
"meow": "^11.0.0",
"ora": "^6.1.2",
Expand All @@ -36,17 +36,17 @@
"@types/js-yaml": "^4.0.5",
"@types/meow": "^6.0.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.6.1",
"@types/node": "^20.4.9",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.13",
"c8": "^7.12.0",
"gts": "^3.1.0",
"c8": "^8.0.1",
"gts": "^5.0.0",
"linkinator": "^4.0.2",
"mocha": "^10.0.0",
"nock": "^13.2.9",
"proxyquire": "^2.1.3",
"sinon": "^15.0.0",
"typescript": "~4.7.4"
"typescript": "^5.1.6"
},
"scripts": {
"lint": "gts check",
Expand Down
4 changes: 2 additions & 2 deletions samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"files": [
"*.js"
Expand All @@ -19,4 +19,4 @@
"devDependencies": {
"mocha": "^8.0.0"
}
}
}
2 changes: 1 addition & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export interface Config {
org: string;
regex?: string;
name?: string;
}
},
];
repoSearch?: string;
retryStrategy?: Array<number>;
Expand Down

0 comments on commit 119377f

Please sign in to comment.