Skip to content

Bump jsdom from 19.0.0 to 23.0.1 #1096

Bump jsdom from 19.0.0 to 23.0.1

Bump jsdom from 19.0.0 to 23.0.1 #1096

Workflow file for this run

name: Node CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm ci
- run: npm test
env:
CI: true