8000 Fix iOS bug when the value is changed twice · tajo/react-range@7489810 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix iOS bug when the value is changed twice #6

Fix iOS bug when the value is changed twice

Fix iOS bug when the value is changed twice #6

Workflow file for this run

name: Vitest Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
timeout-minutes: 15
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm install -g pnpm && pnpm install
- name: Run Unit tests
run: pnpm test:unit
0