Skip to content

build(deps-dev): bump jsdom from 22.1.0 to 24.0.0 #151

build(deps-dev): bump jsdom from 22.1.0 to 24.0.0

build(deps-dev): bump jsdom from 22.1.0 to 24.0.0 #151

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- rc
pull_request:
jobs:
dependabot:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
merge-method: 'rebase'
target: 'minor'
github-token: ${{ github.token }}