Skip to content

Commit

Permalink
use jdk 17 as the workflow is failing due to java version error
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalkishor1991 committed Sep 14, 2024
1 parent 95cb866 commit 42c04d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '18.x'

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.0'
Expand Down

0 comments on commit 42c04d2

Please sign in to comment.