Skip to content

Commit 260ce83

Browse files
authored
build!: drop node 10 from engines list, update typescript to 4.6.3 (#300)
1 parent f76a973 commit 260ce83

7 files changed

Lines changed: 5 additions & 76 deletions

File tree

handwritten/promisify/.github/sync-repo-settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ branchProtectionRules:
99
- "ci/kokoro: System test"
1010
- docs
1111
- lint
12-
- test (10)
1312
- test (12)
1413
- test (14)
14+
- test (16)
1515
- cla/google
1616
- windows
1717
- OwlBot Post Processor

handwritten/promisify/.kokoro/continuous/node10/common.cfg

Lines changed: 0 additions & 34 deletions
This file was deleted.

handwritten/promisify/.kokoro/continuous/node10/docs.cfg

Lines changed: 0 additions & 4 deletions
This file was deleted.

handwritten/promisify/.kokoro/continuous/node10/test.cfg

Lines changed: 0 additions & 9 deletions
This file was deleted.

handwritten/promisify/.kokoro/continuous/node8/common.cfg

Lines changed: 0 additions & 24 deletions
This file was deleted.

handwritten/promisify/.kokoro/continuous/node8/test.cfg

Whitespace-only changes.

handwritten/promisify/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232
"devDependencies": {
3333
"@compodoc/compodoc": "^1.1.9",
3434
"@types/mocha": "^8.0.0",
35-
"@types/node": "^16.0.0",
35+
"@types/node": "^17.0.25",
3636
"@types/sinon": "^10.0.0",
3737
"c8": "^7.0.0",
3838
"chai": "^4.2.0",
3939
"codecov": "^3.0.4",
40-
"gts": "^2.0.0",
40+
"gts": "^3.1.0",
4141
"hard-rejection": "^2.1.0",
4242
"linkinator": "^2.0.0",
4343
"mocha": "^8.0.0",
4444
"sinon": "^13.0.0",
45-
"typescript": "^3.8.3"
45+
"typescript": "^4.6.3"
4646
},
4747
"engines": {
48-
"node": ">=10"
48+
"node": ">=12"
4949
}
5050
}

0 commit comments

Comments
 (0)