[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: '.'

View File

@@ -17,7 +17,7 @@ Be sure to have the following build tools installed before proceeding:
- [React Native 0.74.5](https://reactnative.dev/docs/0.74/getting-started)
- Hermes Engine enabled
- [Expo 51.0.0](https://docs.expo.dev/get-started/installation/)
- [node v16.19.0](https://nodejs.org/en/blog/release/v16.19.0)
- [node v18.17.1](https://nodejs.org/en/blog/release/v18.17.1)
- [npm 8.19.3](https://www.npmjs.com/package/npm/v/8.19.3)
### Android