Skip to content

Commit

Permalink
ci: configure java
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 12, 2023
1 parent fe967ca commit a909675
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ on:
jobs:
setup:
runs-on: ubuntu-latest
env:
JVM_OPTS: -Xmx3200m
container:
image: python:2.7.18-buster
steps:
- uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit a909675

Please sign in to comment.