Skip to content

Bump @sentry/browser from 8.33.1 to 8.35.0 in /web (#312) #772

Bump @sentry/browser from 8.33.1 to 8.35.0 in /web (#312)

Bump @sentry/browser from 8.33.1 to 8.35.0 in /web (#312) #772

Workflow file for this run

name: Continuous Integration
on:
workflow_dispatch:
push:
branches:
- main
tags:
- '*'
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
concurrency:
group: '${{ github.workflow }}-${{ !contains(github.event.pull_request.labels.*.name, ''ci-test-flaky'') && github.head_ref || github.run_id }}'
cancel-in-progress: true
jobs:
ci:
timeout-minutes: 4
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6 # v2.0.0
with:
just-version: 1.25.2
- uses: denoland/setup-deno@4606d5cc6fb3f673efd4f594850e3f4b3e9d29cd # v2.0.0
with:
deno-version: 1.43.1
- name: build and test
run: just ci
- name: Archive artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v3.2.1
with:
name: pgs-to-srt deno cli
path: dist/deno/pgs-to-srt.zip
retention-days: 7