Skip to content

chore(deps): bump @floating-ui/dom from 1.6.10 to 1.6.11 #96

chore(deps): bump @floating-ui/dom from 1.6.10 to 1.6.11

chore(deps): bump @floating-ui/dom from 1.6.10 to 1.6.11 #96

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "latest"
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: TypeScript
run: npm run typescript
- name: Test
run: npm run test