Skip to content

Commit

Permalink
Update build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Leapward-Koex committed Feb 18, 2024
1 parent f7f9e41 commit ce5979c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
with:
distribution: 'temurin'
# The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file
java-version: 11
java-version: 17

- uses: actions/setup-node@v3
with:
node-version: 16.3
node-version: 20.X
cache: 'npm'

- name: Install react native application dependencies
Expand Down

0 comments on commit ce5979c

Please sign in to comment.