Skip to content

chore(deps): bump @radix-ui/react-slider from 1.2.1 to 1.2.2 #3896

chore(deps): bump @radix-ui/react-slider from 1.2.1 to 1.2.2

chore(deps): bump @radix-ui/react-slider from 1.2.1 to 1.2.2 #3896

Workflow file for this run

name: Review
on:
pull_request:
branches:
- master
jobs:
review:
name: Review
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn
- name: Install dependencies
run: yarn install --immutable
- name: Review
run: yarn review