Skip to content

Bump @storybook/nextjs from 8.6.12 to 10.2.4 #526

Bump @storybook/nextjs from 8.6.12 to 10.2.4

Bump @storybook/nextjs from 8.6.12 to 10.2.4 #526

Workflow file for this run

name: Build PR ecampus.kpi.ua
permissions:
contents: read
on:
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- main
- dev
jobs:
build:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v5
with:
node-version: '20'
- name: Install Dependencies
run: npm ci
- name: Build Application
run: npm run build