Skip to content

chore(deps): bump @radix-ui/react-alert-dialog from 1.0.5 to 1.1.2 #261

chore(deps): bump @radix-ui/react-alert-dialog from 1.0.5 to 1.1.2

chore(deps): bump @radix-ui/react-alert-dialog from 1.0.5 to 1.1.2 #261

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
actions: read
contents: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- run: npm ci
- uses: nrwl/nx-set-shas@v4
- run: npx nx format:check
- run: npx nx affected -t lint test