Skip to content

chore(deps): bump tailwindcss from 3.3.3 to 3.4.10 #150

chore(deps): bump tailwindcss from 3.3.3 to 3.4.10

chore(deps): bump tailwindcss from 3.3.3 to 3.4.10 #150

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm install
- run: npm run lint
- run: npm run build