Skip to content

chore(deps): bump lucide-react from 0.488.0 to 0.545.0 #131

chore(deps): bump lucide-react from 0.488.0 to 0.545.0

chore(deps): bump lucide-react from 0.488.0 to 0.545.0 #131

Workflow file for this run

name: Trigger Build and Test Next.js
on:
push:
branches-ignore:
- main
- dev
jobs:
call-reusable-build:
name: Call Reusable Build and Test Next.js
uses: JamesonRGrieve/Workflows/.github/workflows/build-next.yml@main # Path to the reusable workflow
with:
node-version: '20' # Optional: specify Node.js version, or omit to use default from reusable workflow
permissions:
contents: write # Required because the reusable workflow (specifically its lint job) needs it
secrets: inherit # If the reusable workflow needed secrets, they would be passed like this