Skip to content

chore(deps-dev): bump tailwindcss from 3.4.11 to 3.4.12 #677

chore(deps-dev): bump tailwindcss from 3.4.11 to 3.4.12

chore(deps-dev): bump tailwindcss from 3.4.11 to 3.4.12 #677

Workflow file for this run

name: Lint using Next.js with ESLint and Stylelint
on: push
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run lint