Skip to content

Bump @testing-library/user-event from 14.6.0 to 14.6.1 #86

Bump @testing-library/user-event from 14.6.0 to 14.6.1

Bump @testing-library/user-event from 14.6.0 to 14.6.1 #86

Workflow file for this run

on:
pull_request:
branches:
- main
jobs:
test:
name: testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm install
- run: npm test