Skip to content

Bump @types/react-dom from 18.2.15 to 18.2.19 in /frontend #88

Bump @types/react-dom from 18.2.15 to 18.2.19 in /frontend

Bump @types/react-dom from 18.2.15 to 18.2.19 in /frontend #88

Workflow file for this run

name: Gateway Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build Gateway
working-directory: gateway
run: ./mvnw package