Skip to content

Bugfix/next demo build #2

Bugfix/next demo build

Bugfix/next demo build #2

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
jobs:
build-next-demo:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies and run build
run: |
npm ci
npm run build