Skip to content

chore(deps): update dependency tailwindcss to v3.4.12 #1482

chore(deps): update dependency tailwindcss to v3.4.12

chore(deps): update dependency tailwindcss to v3.4.12 #1482

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