Skip to content

build(deps-dev): bump jsdom from 24.1.3 to 25.0.1 #2837

build(deps-dev): bump jsdom from 24.1.3 to 25.0.1

build(deps-dev): bump jsdom from 24.1.3 to 25.0.1 #2837

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- '*'
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- name: Install modules
run: yarn
- name: Run tests
run: yarn test --coverage --collectCoverageFrom='!src/pages/**/*.tsx'
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}