Skip to content

Commit

Permalink
feat(MOSIP-29236): Use node version 18 to build the app
Browse files Browse the repository at this point in the history
  • Loading branch information
adityankannan-tw committed Oct 30, 2023
1 parent 5e54fea commit 3b85eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
build-ios:
uses: tw-mosip/kattu/.github/workflows/ios-build.yml@add-inji-workflows
with:
NODE_VERSION: "16.x"
NODE_VERSION: "18.x"

sonar-check:
if: ${{ github.event_name == 'push' }}
if: ${{ github.event_name != 'pull_request' }}
uses: tw-mosip/kattu/.github/workflows/sonar.yml@add-inji-workflows
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 3b85eeb

Please sign in to comment.