Skip to content

Bump next from 14.2.11 to 14.2.15 in /next-demo #6

Bump next from 14.2.11 to 14.2.15 in /next-demo

Bump next from 14.2.11 to 14.2.15 in /next-demo #6

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