Skip to content

Commit

Permalink
chore(): Fix GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
moberwasserlechner committed Sep 18, 2022
1 parent c69621a commit 5f07641
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/setup-node@v2
with:
java-version: 14.x
node-version: 16
- uses: actions/checkout@v2
- name: Restore Dependency Cache
uses: actions/cache@v1
Expand Down Expand Up @@ -55,14 +55,10 @@ jobs:
- name: Checkout latest source
uses: actions/checkout@v2

- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Set up Node
uses: actions/setup-node@v2
with:
java-version: 14.x
java-version: 11

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 5f07641

Please sign in to comment.