Skip to content

Bump glob from 10.4.5 to 10.5.0 in /vuu-ui #6961

Bump glob from 10.4.5 to 10.5.0 in /vuu-ui

Bump glob from 10.4.5 to 10.5.0 in /vuu-ui #6961

Workflow file for this run

name: Server CI Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v3
with:
node-version: "20.x"
- name: Set up JDK 1.17
uses: actions/setup-java@v5
with:
java-version: 17
java-package: jdk
distribution: temurin
cache: 'maven'
- name: Build with Maven
run: mvn -B test --file pom.xml