Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Build the release artifact using Java 14 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardolstephen authored May 18, 2020
1 parent bc7af1f commit 2a4d01e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:

- name: Set up JDK 13
- name: Set up JDK 14
uses: actions/setup-java@v1
with:
java-version: 13.0.x
java-version: 14.0.x

- name: Set up Node JS
uses: actions/setup-node@v1
Expand Down Expand Up @@ -53,4 +53,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: artifacts
path: artifacts/
path: artifacts/

0 comments on commit 2a4d01e

Please sign in to comment.