Reviewed and updated all maven plugin versions #7238
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Front End CI Build" | |
| on: [push, pull_request] | |
| jobs: | |
| build_vuu_ui: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: Install Node & dependencies | |
| uses: ./.github/actions/setup-vuu-ui | |
| - run: cd ./vuu-ui && npm run build |