Skip to content

chore(deps): update react monorepo to ^19.3.0 #1032

chore(deps): update react monorepo to ^19.3.0

chore(deps): update react monorepo to ^19.3.0 #1032

Workflow file for this run

name: CI
on:
push:
branches: ['**']
pull_request:
branches: ['**']
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
build:
uses: ./.github/workflows/build.yaml
check:
needs: build
uses: ./.github/workflows/check.yaml
release:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
needs: [build, check]
permissions:
contents: write
id-token: write
uses: ./.github/workflows/release.yaml
secrets:
VAULT_URL: ${{ secrets.VAULT_URL }}