Skip to content

Bump express from 4.18.2 to 4.21.0 in /frontend/src/main/template #2256

Bump express from 4.18.2 to 4.21.0 in /frontend/src/main/template

Bump express from 4.18.2 to 4.21.0 in /frontend/src/main/template #2256

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
build:
uses: ./.github/workflows/subflow_build.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
e2e-test:
uses: ./.github/workflows/subflow_e2e_test.yml
needs: build