Skip to content

Commit 0f73522

Browse files
committed
chore: drop node.js 20 support
BREAKING CHANGE: drop Node.js 20 support Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 82866ba commit 0f73522

80 files changed

Lines changed: 1221 additions & 154 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest]
23-
node-version: [20, 22, 24]
23+
node-version: [22, 24, 26]
2424
include:
2525
- os: windows-2022
2626
node-version: 22 # LTS

README.md

Lines changed: 1 addition & 1 deletion

acceptance/extension-logging-fluentd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"directory": "acceptance/extension-logging-fluentd"
1515
},
1616
"engines": {
17-
"node": "20 || 22 || 24"
17+
"node": "22 || 24 || 26"
1818
},
1919
"scripts": {
2020
"build": "lb-tsc",

acceptance/repository-cloudant/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"directory": "acceptance/repository-cloudant"
1515
},
1616
"engines": {
17-
"node": "20 || 22 || 24"
17+
"node": "22 || 24 || 26"
1818
},
1919
"scripts": {
2020
"build": "lb-tsc",

acceptance/repository-mongodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"directory": "acceptance/repository-mongodb"
1515
},
1616
"engines": {
17-
"node": "20 || 22 || 24"
17+
"node": "22 || 24 || 26"
1818
},
1919
"scripts": {
2020
"build": "lb-tsc",

acceptance/repository-mysql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"directory": "acceptance/repository-mysql"
1515
},
1616
"engines": {
17-
"node": "20 || 22 || 24"
17+
"node": "22 || 24 || 26"
1818
},
1919
"scripts": {
2020
"build": "lb-tsc",

acceptance/repository-postgresql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"directory": "acceptance/repository-postgresql"
1515
},
1616
"engines": {
17-
"node": "20 || 22 || 24"
17+
"node": "22 || 24 || 26"
1818
},
1919
"scripts": {
2020
"build": "lb-tsc",

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"directory": "benchmark"
2020
},
2121
"engines": {
22-
"node": "20 || 22 || 24"
22+
"node": "22 || 24 || 26"
2323
},
2424
"scripts": {
2525
"build": "lb-tsc",

bodyparsers/rest-msgpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"directory": "bodyparsers/rest-msgpack"
1414
},
1515
"engines": {
16-
"node": "20 || 22 || 24"
16+
"node": "22 || 24 || 26"
1717
},
1818
"scripts": {
1919
"build": "lb-tsc",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"directory": "docs"
1717
},
1818
"engines": {
19-
"node": "20 || 22 || 24"
19+
"node": "22 || 24 || 26"
2020
},
2121
"scripts": {
2222
"version": "node ./bin/copy-readmes.js && node ./bin/copy-changelogs.js && cd .. && npm run tsdocs",

0 commit comments

Comments
 (0)