Skip to content

Bump jsdom from 24.1.0 to 25.0.1 #127

Bump jsdom from 24.1.0 to 25.0.1

Bump jsdom from 24.1.0 to 25.0.1 #127

Workflow file for this run

on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Test
run: |
npm ci
npm run test
npm run test-types