Skip to content

Bump lucide-react from 0.454.0 to 0.468.0 #420

Bump lucide-react from 0.454.0 to 0.468.0

Bump lucide-react from 0.454.0 to 0.468.0 #420

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
build:
name: Tests
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.6.0
run_install: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- name: Install Dependencies
run: pnpm install
- name: Test with Vitest
run: pnpm test