Skip to content

Commit ae824aa

Browse files
Update multi_tenant_deploy.yml
1 parent 1417b9c commit ae824aa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/multi_tenant_deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
distribution: 'temurin'
2121
java-version: '21'
2222

23+
- name: Setup Node.js
24+
uses: actions/setup-node@v3
25+
with:
26+
node-version: '18' # Change this to at least version 18
27+
2328
- name: Setup Node.js
2429
uses: actions/setup-node@v3
2530
with:

0 commit comments

Comments
 (0)