Skip to content

chore(deps-dev): bump tailwindcss from 3.4.3 to 3.4.9 #1575

chore(deps-dev): bump tailwindcss from 3.4.3 to 3.4.9

chore(deps-dev): bump tailwindcss from 3.4.3 to 3.4.9 #1575

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [18, 20]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
check-latest: true
- name: Install dependencies
run: npm install --legacy-peer-deps
- name: Run linter
run: npm run lint
- name: Run format
run: npm run format