Skip to content

Commit

Permalink
CI: specify GraalVM 17.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Dec 5, 2024
1 parent 157e76f commit c919f38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '17.0.9'
distribution: 'graalvm'
- name: Set up Node
uses: actions/setup-node@v4.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '17.0.9'
distribution: 'graalvm'
- name: Set up Node
uses: actions/setup-node@v4.0.0
Expand Down

0 comments on commit c919f38

Please sign in to comment.