Skip to content

Commit 88a3fe9

Browse files
committed
chore: drop Node.js 18 support
BREAKING CHANGE: drop Node.js 18 support Signed-off-by: dhmlau <[email protected]>
1 parent b7be165 commit 88a3fe9

File tree

80 files changed

+80
-80
lines changed

Some content is hidden

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

80 files changed

+80
-80
lines changed

.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: [18, 20, 22, 23]
23+
node-version: [20, 22, 24]
2424
include:
2525
- os: windows-latest
2626
node-version: 22 # LTS

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": "18 || 20 || 22"
17+
"node": "20 || 22 || 24"
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": "18 || 20 || 22"
17+
"node": "20 || 22 || 24"
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": "18 || 20 || 22"
17+
"node": "20 || 22 || 24"
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": "18 || 20 || 22"
17+
"node": "20 || 22 || 24"
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": "18 || 20 || 22"
17+
"node": "20 || 22 || 24"
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": "18 || 20 || 22"
22+
"node": "20 || 22 || 24"
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": "18 || 20 || 22"
16+
"node": "20 || 22 || 24"
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": "18 || 20 || 22"
19+
"node": "20 || 22 || 24"
2020
},
2121
"scripts": {
2222
"version": "node ./bin/copy-readmes.js && node ./bin/copy-changelogs.js && cd .. && npm run tsdocs",

examples/access-control-migration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"directory": "examples/access-control-migration"
2323
},
2424
"engines": {
25-
"node": "18 || 20 || 22"
25+
"node": "20 || 22 || 24"
2626
},
2727
"scripts": {
2828
"build": "lb-tsc",

0 commit comments

Comments
 (0)