Skip to content

build(deps): bump next from 13.5.6 to 14.2.15 #443

build(deps): bump next from 13.5.6 to 14.2.15

build(deps): bump next from 13.5.6 to 14.2.15 #443

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