Skip to content

Bump lucide-react from 0.465.0 to 0.468.0 #38

Bump lucide-react from 0.465.0 to 0.468.0

Bump lucide-react from 0.465.0 to 0.468.0 #38

name: Build and Compile Next.js App
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Compile Next.js app
run: npm run build