Skip to content

Commit

Permalink
Removes node from GitHub action because prettier-maven takes care of …
Browse files Browse the repository at this point in the history
…that
  • Loading branch information
jqno committed Oct 10, 2023
1 parent 1506131 commit 4ba63be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ jobs:
with:
distribution: ${{ matrix.dist }}
java-version: ${{ matrix.java }}
- name: 'Set up node' # Needed for formatting with prettier
if: ${{ !(matrix.experimental && github.event_name == 'pull_request') }}
uses: actions/setup-node@v3
with:
node-version: 12
- name: 'Display JDK version'
if: ${{ !(matrix.experimental && github.event_name == 'pull_request') }}
run: java -version
Expand Down

0 comments on commit 4ba63be

Please sign in to comment.