Skip to content

Bump @radix-ui/react-slot from 1.0.2 to 1.1.1 #777

Bump @radix-ui/react-slot from 1.0.2 to 1.1.1

Bump @radix-ui/react-slot from 1.0.2 to 1.1.1 #777

Workflow file for this run

name: Build
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.10.0 # match package.json:packageManager version.
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- run: pnpm i --frozen-lockfile
- run: pnpm build