Skip to content

Bump @angular/material from 18.2.4 to 18.2.9 in /client #4259

Bump @angular/material from 18.2.4 to 18.2.9 in /client

Bump @angular/material from 18.2.4 to 18.2.9 in /client #4259

Workflow file for this run

name: Server
on: [push, pull_request]
jobs:
gradle-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Cache Gradle artifacts (downloaded JARs, the wrapper, and any downloaded JDKs)
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
~/.gradle/jdks
key: ${{ runner.os }}-gradle-${{ hashFiles('**/.gradle/') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Build with Gradle
run: ./gradlew build
working-directory: ./server