Skip to content

chore(deps): bump @radix-ui/react-popover from 1.1.2 to 1.1.17 #5

chore(deps): bump @radix-ui/react-popover from 1.1.2 to 1.1.17

chore(deps): bump @radix-ui/react-popover from 1.1.2 to 1.1.17 #5

Workflow file for this run

name: CI
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run typecheck
- run: npm run build