Skip to content

Bump lucide-react from 0.378.0 to 0.429.0 #80

Bump lucide-react from 0.378.0 to 0.429.0

Bump lucide-react from 0.378.0 to 0.429.0 #80

Workflow file for this run

name: Tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: 20.12.2
- name: Install Dependencies
run: "yarn install"
- name: Run unit tests
run: "yarn test"
- name: Run e2e tests
run: "yarn ci:e2e"