Skip to content

fix(deps): bump @chakra-ui/theme from 2.2.4 to 3.4.6 #5194

fix(deps): bump @chakra-ui/theme from 2.2.4 to 3.4.6

fix(deps): bump @chakra-ui/theme from 2.2.4 to 3.4.6 #5194

Workflow file for this run

name: Build
on:
pull_request:
merge_group:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
run: npm ci
- name: Build project
run: npm run build
- name: Run tests
run: npm test