Skip to content

chore(deps): update dependency @types/react to v18.3.5 - autoclosed #1440

chore(deps): update dependency @types/react to v18.3.5 - autoclosed

chore(deps): update dependency @types/react to v18.3.5 - autoclosed #1440

Workflow file for this run

name: run tests
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run tailwind
- run: npm test