Skip to content

chore(deps-dev): bump jsdom from 24.0.0 to 24.1.0 #190

chore(deps-dev): bump jsdom from 24.0.0 to 24.1.0

chore(deps-dev): bump jsdom from 24.0.0 to 24.1.0 #190

Workflow file for this run

name: test and build
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: "20"
cache: "yarn"
- run: yarn install
- run: yarn run test
- run: yarn run generate