Skip to content

chore(deps): bump lucide-react from 0.473.0 to 0.474.0 #2871

chore(deps): bump lucide-react from 0.473.0 to 0.474.0

chore(deps): bump lucide-react from 0.473.0 to 0.474.0 #2871

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