Set up your GitHub Actions workflow with a specific version of Apache Maven
Go to file
Peter Thorin 564f523965 Use Node 16
See [GitHub Actions: All Actions will begin running on Node16 instead of Node12](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/)
2022-10-10 11:15:35 +02:00
lib Apply recent changes 2022-06-27 11:58:12 +02:00
node_modules chore: update dependencies 2022-06-28 10:39:30 +02:00
src Apply recent changes 2022-06-27 11:58:12 +02:00
.gitignore draft 2019-12-07 16:09:20 +03:00
.prettierrc.json draft 2019-12-07 16:09:20 +03:00
action.yml Use Node 16 2022-10-10 11:15:35 +02:00
package-lock.json chore: update dependencies 2022-06-28 10:39:30 +02:00
package.json Use Node 16 2022-10-10 11:15:35 +02:00
README.md update readme for new version 2022-06-23 11:40:07 +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@v4.4
      with:
        maven-version: 3.8.2