Skip to content

Commit

Permalink
updated github actions settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Jul 23, 2024
1 parent 95460f1 commit ae00f3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up JDK 11
- name: Set up JDK 15
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11.x
java-version: 15.x

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18

- name: Install dependencies
run: |
Expand Down Expand Up @@ -84,16 +84,16 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up JDK 11
- name: Set up JDK 15
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11.x
java-version: 15.x

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit ae00f3a

Please sign in to comment.