Skip to content

chore(deps-dev): bump jsdom from 29.1.1 to 30.0.1 #196

chore(deps-dev): bump jsdom from 29.1.1 to 30.0.1

chore(deps-dev): bump jsdom from 29.1.1 to 30.0.1 #196

Workflow file for this run

name: CI
on:
pull_request:
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
name: Test and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm test
- run: npm run build