Skip to content

Bump lucide-react from 0.445.0 to 0.446.0 in the prod-minor-versions group #34

Bump lucide-react from 0.445.0 to 0.446.0 in the prod-minor-versions group

Bump lucide-react from 0.445.0 to 0.446.0 in the prod-minor-versions group #34

Workflow file for this run

name: Build application
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npm clean-install
- run: npm run test:ci
- run: npm run build