mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -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: '.'
|
||||
|
||||
Reference in New Issue
Block a user