Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 authored Sep 6, 2023
1 parent 9fb268c commit b0e5af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11.x'
java-version: '17.x'
- name: Install node.js packages
run: npm install
- name: Run backend test
Expand Down

0 comments on commit b0e5af8

Please sign in to comment.