please
Some checks failed
Build&Release / build_and_release (push) Failing after 47s

This commit is contained in:
Derek 2025-03-07 22:16:44 +00:00
parent a6dcbab861
commit cfa3040546

View file

@ -20,9 +20,9 @@ jobs:
java -version
- name: Checkout repository
- uses: https://data.forgejo.org/actions/setup-node@v4
with:
node-version: 20
uses: https://data.forgejo.org/actions/checkout@v4
with:
node-version: 20
- name: Build with Maven
run: mvn clean install -DskipTests