Skip to content

fix: Replacing flex-1 with w-1/2 #35

fix: Replacing flex-1 with w-1/2

fix: Replacing flex-1 with w-1/2 #35

Workflow file for this run

name: Build Pipeline
on:
push:
branches: [main]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: ['18']
os: [ubuntu-latest, windows-latest, macos-latest]
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
cache: 'yarn'
- name: Building Frontend
run: |
yarn install --frozen-lockfile
yarn build