Skip to content

[Snyk] Upgrade @spectrum-web-components/overlay from 0.44.0 to 0.45.0 #604

[Snyk] Upgrade @spectrum-web-components/overlay from 0.44.0 to 0.45.0

[Snyk] Upgrade @spectrum-web-components/overlay from 0.44.0 to 0.45.0 #604

Workflow file for this run

name: CI
on: pull_request
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: moonrepo/setup-toolchain@v0
with:
auto-install: true
- run: moon ci
- uses: moonrepo/run-report-action@v1
if: success() || failure()
with:
access-token: ${{ secrets.GH_TOKEN }}