Skip to content

Commit e23cefa

Browse files
committed
feat: add support for node v20
Signed-off-by: Francisco Buceta <frbuceta@gmail.com>
1 parent e26a2ac commit e23cefa

File tree

155 files changed

+155
-155
lines changed

Some content is hidden

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

155 files changed

+155
-155
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
node-version: [16, 18]
25+
node-version: [16, 18, 20]
2626
include:
2727
- os: macos-latest
2828
node-version: 18 # LTS

acceptance/extension-logging-fluentd/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "16 || 18"
17+
"node": "16 || 18 || 20"
1818
},
1919
"scripts": {
2020
"build": "lb-tsc",

acceptance/repository-cloudant/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "16 || 18"
17+
"node": "16 || 18 || 20"
1818
},
1919
"scripts": {
2020
"build": "lb-tsc",

acceptance/repository-mongodb/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "16 || 18"
17+
"node": "16 || 18 || 20"
1818
},
1919
"scripts": {
2020
"build": "lb-tsc",

acceptance/repository-mysql/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "16 || 18"
17+
"node": "16 || 18 || 20"
1818
},
1919
"scripts": {
2020
"build": "lb-tsc",

acceptance/repository-postgresql/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)