Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump react and @types/react #43

Bump react and @types/react

Bump react and @types/react #43

Workflow file for this run

name: Next.js Build
on:
pull_request:
branches:
- master
- dev
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
- name: Install dependencies
run: npm install
- name: Build Next.js project
run: npm run build