Skip to content

Bump eslint-plugin-vue from 9.21.1 to 9.22.0 in /frontend #24

Bump eslint-plugin-vue from 9.21.1 to 9.22.0 in /frontend

Bump eslint-plugin-vue from 9.21.1 to 9.22.0 in /frontend #24

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Backend CI/CD Build
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: 'backend'
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Maven
run: mvn quarkus:build package