Skip to content

chore(deps): bump next from 15.3.0 to 15.4.7 in /packages/mdxdb #241

chore(deps): bump next from 15.3.0 to 15.4.7 in /packages/mdxdb

chore(deps): bump next from 15.3.0 to 15.4.7 in /packages/mdxdb #241

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 9.0.0
- name: Cache turbo build
uses: actions/cache@v4
with:
path: .turbo
key: ${{ runner.os }}-turbo-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm turbo run build