Skip to content

Bump tailwindcss from 3.4.4 to 3.4.7 #1229

Bump tailwindcss from 3.4.4 to 3.4.7

Bump tailwindcss from 3.4.4 to 3.4.7 #1229

Workflow file for this run

name: Test
on:
push:
jobs:
javascript:
name: JavaScript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: yarn
- name: Install dependencies
run: |
yarn install
- name: Test
run: |
yarn test --ci --runInBand