Skip to content

Commit

Permalink
ci: added jdk 21 in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rH4rtinger committed Sep 17, 2024
1 parent e00b23c commit 060fb8d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,16 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Set up JDK for Liquibase CLI
uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin
cache: maven

- name: Print Docker Version
run: docker --version

- name: Check Node.js version
run: node -v

Expand Down

0 comments on commit 060fb8d

Please sign in to comment.