Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Bump @sentry/vue from 7.92.0 to 7.93.0 #6249

Bump @sentry/vue from 7.92.0 to 7.93.0

Bump @sentry/vue from 7.92.0 to 7.93.0 #6249

Workflow file for this run

# GENERATED CONTENT
# remove repo from adrianjost/.github/synced/workflows/generator.js before editing
name: CI
'on': push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: npm ci
- name: Build Project
run: npm run build