Skip to content

Bump @testing-library/react from 16.0.1 to 16.1.0 in /resources #135

Bump @testing-library/react from 16.0.1 to 16.1.0 in /resources

Bump @testing-library/react from 16.0.1 to 16.1.0 in /resources #135

Workflow file for this run

name: JS
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: yarn
working-directory: resources
- run: yarn lint
working-directory: resources