Skip to content

Commit

Permalink
Update Java and Node 20 in build flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nailsonseat committed Jan 23, 2024
1 parent 734400a commit 03322c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flutter_build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/setup-java@v4
with:
distribution: "oracle"
Expand Down

0 comments on commit 03322c8

Please sign in to comment.