Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Bump @testing-library/jest-dom from 6.5.0 to 6.6.2 #33

Bump @testing-library/jest-dom from 6.5.0 to 6.6.2

Bump @testing-library/jest-dom from 6.5.0 to 6.6.2 #33

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install
- run: yarn build