Release 1.4.2 (#191)

* Updated Java version to 21
* Updated Node.js version used in build to 20
* Add Docker ARM64 image
This commit is contained in:
Simon
2023-10-24 15:30:05 +02:00
committed by GitHub
parent 97b0320ac5
commit 4caa2a4187
9 changed files with 111 additions and 18 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '18'
java-version: '21'
distribution: 'temurin'
- name: Cache SonarCloud packages