Skip to content

chore(deps-dev): bump tailwindcss from 3.4.17 to 4.0.0 #2865

chore(deps-dev): bump tailwindcss from 3.4.17 to 4.0.0

chore(deps-dev): bump tailwindcss from 3.4.17 to 4.0.0 #2865

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches: [ nx-app ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
node-version: [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'
- run: yarn install
- name: Run translate service
run: |
npm run libretranslate
docker ps
- name: Build
run: |
export SERVER_URL=127.0.0.1
yarn build
- name: Stop translate service
run: npm run libretranslate-stop