Skip to content

Bump @types/node from 20.17.12 to 20.17.13 in /frontend/src/main/weba… #858

Bump @types/node from 20.17.12 to 20.17.13 in /frontend/src/main/weba…

Bump @types/node from 20.17.12 to 20.17.13 in /frontend/src/main/weba… #858

Workflow file for this run

name: Main Push
on:
push:
branches: [ "main" ]
workflow_dispatch:
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