Skip to content

chore(deps): update dependency @testing-library/react to v15 #87

chore(deps): update dependency @testing-library/react to v15

chore(deps): update dependency @testing-library/react to v15 #87

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org
- run: yarn install