Skip to content

Commit f121234

Browse files
authored
Merge pull request #450 from cap-java/node-version
updated Node version from 18 to 20
2 parents 70a439a + a3714f2 commit f121234

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/multiTenant_deploy_and_Integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Node.js 🟢
4343
uses: actions/setup-node@v3
4444
with:
45-
node-version: '18' # Ensure to use at least version 18
45+
node-version: '20' # Ensure to use at least version 18
4646

4747
- name: Install MBT ⚙️
4848
run: |

.github/workflows/multiTenant_deploy_and_Integration_test_LatestVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node.js 🟢
4040
uses: actions/setup-node@v3
4141
with:
42-
node-version: '18' # Ensure to use at least version 18
42+
node-version: '20' # Ensure to use at least version 18
4343

4444
- name: Install MBT ⚙️
4545
run: |

0 commit comments

Comments
 (0)