Skip to content

Bump jsdom from 22.1.0 to 23.0.1 #71

Bump jsdom from 22.1.0 to 23.0.1

Bump jsdom from 22.1.0 to 23.0.1 #71

Workflow file for this run

name: Build
on: push
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14', '16', '18']
steps:
-
uses: actions/checkout@v3
-
name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
-
name: Install dependencies
run: yarn install
-
name: Run tests
run: npm run release