Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Bump @radix-ui/react-dropdown-menu from 2.1.2 to 2.1.4 #100

Bump @radix-ui/react-dropdown-menu from 2.1.2 to 2.1.4

Bump @radix-ui/react-dropdown-menu from 2.1.2 to 2.1.4 #100

Workflow file for this run

name: eslint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2
- name: Setup Node.js environment
uses: actions/setup-node@v4.1.0
with:
node-version: "22"
- name: Install dependencies
run: npm install
- name: Run eslint
run: npm run lint