Skip to content

chore(deps-dev): bump @sentry/vue from 7.109.0 to 7.112.2 #4109

chore(deps-dev): bump @sentry/vue from 7.109.0 to 7.112.2

chore(deps-dev): bump @sentry/vue from 7.109.0 to 7.112.2 #4109

Workflow file for this run

name: Build and test
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
release:
types: [created]
concurrency:
group: Build ${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
checks: write
id-token: write
jobs:
tests:
name: Run tests
uses: monicahq/workflows/.github/workflows/laravel.yml@v2
with:
php-versions: "['8.2', '8.3']"
connections: "['sqlite', 'mysql', 'pgsql']"
default-php-version: '8.2'
default-connection: sqlite
project: monica
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
assets:
name: Build assets
uses: monicahq/workflows/.github/workflows/build_assets.yml@v2
with:
node-version: 20