Skip to content

Bump @chakra-ui/react from 2.10.3 to 3.0.2 in the major-dependencies group across 1 directory #2197

Bump @chakra-ui/react from 2.10.3 to 3.0.2 in the major-dependencies group across 1 directory

Bump @chakra-ui/react from 2.10.3 to 3.0.2 in the major-dependencies group across 1 directory #2197

Workflow file for this run

name: Build
on:
push:
branches: ["master"]
pull_request:
types: [opened, synchronize]
jobs:
build:
name: Build
timeout-minutes: 15
runs-on: ubuntu-latest
# To use Remote Caching, uncomment the next lines and follow the steps below.
# env:
# TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
# TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
# TURBO_REMOTE_ONLY: true
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- name: Install dependencies
run: npm install
- name: Build
run: npm run build