Add explicit java version setup (#110)

* add java setup and add some code to test

* Update API pages with v0.24.3

* removing test code

---------

Co-authored-by: netbirddev <dev@netbird.io>
This commit is contained in:
pascal-fischer
2023-11-24 15:11:11 +01:00
committed by GitHub
parent d6c0909aa3
commit 65d4119e42
3 changed files with 62 additions and 12 deletions

View File

@@ -24,6 +24,12 @@ jobs:
- name: Install swagger-codegen
run: brew install swagger-codegen
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Npm install
run: npm install