Skip to content

chore(deps): update JavaScript SDK to v10.48.0 #3344

chore(deps): update JavaScript SDK to v10.48.0

chore(deps): update JavaScript SDK to v10.48.0 #3344

name: sentry-firebase-remote-config
on:
push:
branches:
- main
- release/**
pull_request:
paths:
- '!**/*.md'
- '!**/class-diagram.svg'
- '.github/workflows/firebase_remote_config.yml'
- '.github/workflows/analyze.yml'
- '.github/actions/dart-test/**'
- '.github/actions/coverage/**'
- '.github/actions/test-results/**'
- 'packages/dart/**'
- 'packages/flutter/**'
- 'packages/firebase_remote_config/**'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: '${{ matrix.target }} | ${{ matrix.sdk }}'
runs-on: ${{ matrix.target == 'linux' && 'ubuntu' || matrix.target }}-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
target: [macos, linux, windows]
sdk: [stable, beta]
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: ./.github/actions/flutter-test
with:
directory: packages/firebase_remote_config
- uses: ./.github/actions/coverage
if: matrix.target == 'linux' && matrix.sdk == 'stable'
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: packages/firebase_remote_config
coverage: sentry_firebase_remote_config
min-coverage: 85
- uses: ./.github/actions/test-results
if: ${{ !cancelled() }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: sentry_firebase_remote_config-${{ matrix.target }}-${{ matrix.sdk }}
analyze:
uses: ./.github/workflows/analyze.yml
with:
package: packages/firebase_remote_config
sdk: flutter