Skip to content

chore(deps-dev): bump eslint-plugin-jest-dom from 4.0.2 to 5.4.0 #952

chore(deps-dev): bump eslint-plugin-jest-dom from 4.0.2 to 5.4.0

chore(deps-dev): bump eslint-plugin-jest-dom from 4.0.2 to 5.4.0 #952

Workflow file for this run

name: Lint, TypeCheck, Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn && yarn lint
- run: yarn tc
- run: yarn test