Skip to content

Bump @types/react from 18.3.11 to 18.3.12 in /resources #114

Bump @types/react from 18.3.11 to 18.3.12 in /resources

Bump @types/react from 18.3.11 to 18.3.12 in /resources #114

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