Skip to content

build(deps): bump next from 13.5.6 to 14.2.10 #439

build(deps): bump next from 13.5.6 to 14.2.10

build(deps): bump next from 13.5.6 to 14.2.10 #439

Workflow file for this run

name: Website
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Build
run: yarn build
working-directory: ./website