mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-08 21:18:14 -05:00
[INJIMOB-2381] update node version in build workflows (#1882)
Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d14229bd94
commit
6a4dbe618f
2
.github/workflows/android-custom-build.yml
vendored
2
.github/workflows/android-custom-build.yml
vendored
@@ -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 }}
|
||||
|
||||
2
.github/workflows/push-triggers.yml
vendored
2
.github/workflows/push-triggers.yml
vendored
@@ -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: '.'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user