Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

⬆️ Bump lucide-react from 0.462.0 to 0.471.0 in /frontend #286

⬆️ Bump lucide-react from 0.462.0 to 0.471.0 in /frontend

⬆️ Bump lucide-react from 0.462.0 to 0.471.0 in /frontend #286

Workflow file for this run

name: CI - frontend
on:
push:
paths:
- 'frontend/**'
pull_request:
paths:
- 'frontend/**'
jobs:
frontend:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
cache-dependency-path: frontend/package-lock.json
node-version: "20"
cache: npm
- name: Test Frontend with Vitest
run: |
npm --prefix ./frontend install
make t_fe