Skip to content

Bump @types/node from 18.17.14 to 18.18.0 in /webapp #745

Bump @types/node from 18.17.14 to 18.18.0 in /webapp

Bump @types/node from 18.17.14 to 18.18.0 in /webapp #745

Workflow file for this run

name: CI/CD
on:
push:
branches:
- '**'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: 17
- name: Build with Gradle
run: ./gradlew build jacocoTestReport sonarqube --info
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}