Skip to content

Bump lucide-react from 0.321.0 to 0.323.0 (#165) #8

Bump lucide-react from 0.321.0 to 0.323.0 (#165)

Bump lucide-react from 0.321.0 to 0.323.0 (#165) #8

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Next.js build
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install Dependencies
run: yarn install --immutable
- name: Run build
run: yarn run build