Skip to content

chore(deps): bump @radix-ui/react-dialog from 1.1.6 to 1.1.23 (#45) #96

chore(deps): bump @radix-ui/react-dialog from 1.1.6 to 1.1.23 (#45)

chore(deps): bump @radix-ui/react-dialog from 1.1.6 to 1.1.23 (#45) #96

Workflow file for this run

name: Run tests
on:
# Run this workflow on push to main
push:
branches:
- main
# Run this workflow on pull request to main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
if: github.event_name != 'pull_request' || (github.event_name == 'pull_request' && github.event.pull_request.draft == false)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run tests
run: pnpm run --if-present test