Skip to content

deps(deps): bump @radix-ui/react-avatar from 1.1.1 to 1.1.2 #10

deps(deps): bump @radix-ui/react-avatar from 1.1.1 to 1.1.2

deps(deps): bump @radix-ui/react-avatar from 1.1.1 to 1.1.2 #10

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
# push:
# branches:
# - main
jobs:
ci:
runs-on: ubuntu-latest
permissions:
contents: write
timeout-minutes: 20
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm i
- name: Run npm audit
run: npm audit
- name: Run biome check
run: npm run check
- name: Run build
run: npm run build