Skip to content

Major refactoring in page, chat-bubble, api components. New alert-box… #3

Major refactoring in page, chat-bubble, api components. New alert-box…

Major refactoring in page, chat-bubble, api components. New alert-box… #3

Workflow file for this run

name: Build Next.js web Application
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [21.x]
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Install NPM dependencies
run: npm install
- name: Build Project
run: npm run build