Skip to content

Bump jsdom from 13.0.0 to 16.5.0 #48

Bump jsdom from 13.0.0 to 16.5.0

Bump jsdom from 13.0.0 to 16.5.0 #48

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm install
- run: npm test