[INJIMOB-2381] update node version in build workflows (#1882)

Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com>
This commit is contained in:
KiruthikaJeyashankar
2025-04-11 11:45:50 +05:30
committed by GitHub
parent d14229bd94
commit 6a4dbe618f
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ jobs:
build-android:
uses: mosip/kattu/.github/workflows/android-build.yml@master
with:
NODE_VERSION: "16.x"
NODE_VERSION: '18.x'
JAVA_VERSION: '17'
MIMOTO_HOST: ${{ inputs.mimotoBackendServiceUrl }}
ESIGNET_HOST: ${{ inputs.esignetBackendServiceUrl }}

View File

@@ -46,7 +46,7 @@ jobs:
uses: mosip/kattu/.github/workflows/npm-sonar-analysis.yml@master-java21
with:
SERVICE_LOCATION: '.'
NODE_VERSION: '16.x'
NODE_VERSION: '18.x'
NPM_BUILD_TYPE: 'BOB'
SONAR_SOURCES: '.'
SONAR_TESTS: '.'