Java version param #2

This commit is contained in:
Marko Frankovic
2025-03-13 13:02:31 +01:00
parent 983f6e7061
commit 6f591fd024
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: ${{ secrets.NODE_VERSION }}
java-version: '${{ secrets.NODE_VERSION }}'
distribution: 'corretto'
cache: maven