Skip to content

Deps: Update nextjs monorepo to v14.2.18. #1200

Deps: Update nextjs monorepo to v14.2.18.

Deps: Update nextjs monorepo to v14.2.18. #1200

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
tests:
name: 🧪 Tests
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: 📦 Install
uses: ./.github/common/install
- name: 🔨 Build
run: pnpm run build
- name: ✅ Typecheck
run: pnpm run typecheck
- name: 📋 Lint
run: pnpm run lint
- name: 🧪 Test
run: pnpm run test