Skip to content

Bump jsdom from 21.1.1 to 22.1.0 #93

Bump jsdom from 21.1.1 to 22.1.0

Bump jsdom from 21.1.1 to 22.1.0 #93

Workflow file for this run

name: Build & Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install deps and build package
run: yarn install
- name: Build
run: yarn build
- name: Test
run: yarn test