Skip to content

Commit

Permalink
chore!: upgrade to Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Aug 10, 2023
1 parent 4bc8cfb commit cc96a0c
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 248 deletions.
3 changes: 2 additions & 1 deletion .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ branchProtectionRules:
- "ci/kokoro: System test"
- docs
- lint
- test (12)
- test (14)
- test (16)
- test (18)
- test (20)
- cla/google
- windows
- OwlBot Post Processor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16, 18]
node: [14, 16, 18, 20]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
164 changes: 0 additions & 164 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.
12 changes: 6 additions & 6 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": ">=12.0.0"
"node": ">=14.0.0"
},
"repository": "googleapis/nodejs-error-reporting",
"main": "./build/src/index.js",
Expand All @@ -31,7 +31,7 @@
"precompile": "gts clean"
},
"dependencies": {
"@google-cloud/common": "^4.0.0",
"@google-cloud/common": "^5.0.0",
"console-log-level": "^1.4.1"
},
"devDependencies": {
Expand All @@ -44,16 +44,16 @@
"@types/json-stable-stringify": "^1.0.32",
"@types/koa": "^2.0.48",
"@types/mocha": "^9.0.0",
"@types/node": "^18.0.0",
"@types/node": "^20.4.9",
"@types/once": "^1.4.0",
"@types/proxyquire": "^1.3.28",
"@types/restify": "^8.0.0",
"@types/uuid": "^9.0.0",
"boom": "^7.3.0",
"c8": "^7.0.0",
"c8": "^8.0.1",
"codecov": "^3.5.0",
"express": "^4.17.1",
"gts": "^3.1.0",
"gts": "^5.0.0",
"js-green-licenses": "^4.0.0",
"json-stable-stringify": "^1.0.1",
"koa": "^2.7.0",
Expand All @@ -63,7 +63,7 @@
"post-install-check": "0.0.1",
"proxyquire": "^2.1.0",
"restify": "^11.0.0",
"typescript": "^4.6.4",
"typescript": "^5.1.6",
"uuid": "^9.0.0"
}
}

0 comments on commit cc96a0c

Please sign in to comment.