Skip to content

chore(deps): bump lucide-react from 0.575.0 to 1.27.0 #51

chore(deps): bump lucide-react from 0.575.0 to 1.27.0

chore(deps): bump lucide-react from 0.575.0 to 1.27.0 #51

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
with:
node-version: '22'
cache: npm
- run: npm ci
- run: npm run build
security-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
with:
node-version: '22'
cache: npm
- run: npm ci
- run: npm audit --omit=dev