Skip to content

build(deps-dev): bump @happy-dom/global-registrator from 15.11.7 to 16.0.0 in the dependencies group #3690

build(deps-dev): bump @happy-dom/global-registrator from 15.11.7 to 16.0.0 in the dependencies group

build(deps-dev): bump @happy-dom/global-registrator from 15.11.7 to 16.0.0 in the dependencies group #3690

Workflow file for this run

name: autofix.ci
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
push:
branches: main
workflow_dispatch:
permissions:
contents: read
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v2
with:
bun-version: canary
- name: Update dependencies
run: bun update
- name: Run Biome
run: bun lint && bunx biome ci --reporter=github
- name: Commit
uses: autofix-ci/[email protected]