Skip to content

Bump jsdom from 26.1.0 to 30.0.1 in the development-dependencies group #6

Bump jsdom from 26.1.0 to 30.0.1 in the development-dependencies group

Bump jsdom from 26.1.0 to 30.0.1 in the development-dependencies group #6

Workflow file for this run

name: Test
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm test