Set up your GitHub Actions workflow with a specific version of Apache Maven
Go to file
2026-03-15 16:29:18 +01:00
lib chore: reconcile type errors 2024-01-24 13:10:36 -07:00
node_modules chore: update node_modules 2024-01-24 13:10:07 -07:00
src chore: reconcile type errors 2024-01-24 13:10:36 -07:00
.gitignore draft 2019-12-07 16:09:20 +03:00
.prettierrc.json draft 2019-12-07 16:09:20 +03:00
action.yml feat: node24 support 2026-03-15 16:29:18 +01:00
LICENSE Create LICENSE 2022-08-11 16:20:33 -04:00
package-lock.json feat: node24 support 2026-03-15 16:29:18 +01:00
package.json feat: node24 support 2026-03-15 16:29:18 +01:00
README.md Update README.md with new version 2024-02-07 11:26:24 +03:00
tsconfig.json draft 2019-12-07 16:09:20 +03:00

How To Use

Add this step into workflow

    - name: Set up Maven
      uses: stCarolas/setup-maven@v5
      with:
        maven-version: 3.8.2