Skip to content

Bump lucide-react from 0.290.0 to 0.354.0 #77

Bump lucide-react from 0.290.0 to 0.354.0

Bump lucide-react from 0.290.0 to 0.354.0 #77

Workflow file for this run

name: CI
on: pull_request
jobs:
formatting-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- run: yarn install
- name: Check linting
run: yarn lint
- name: Check formatting with Prettier
run: yarn prettier ./src ./electron ./shared --check
platform-build:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- run: yarn install
- run: yarn build