Skip to content

Monorepo stack 2: Switch to monorepo setup with pnpm workspaces #27

Monorepo stack 2: Switch to monorepo setup with pnpm workspaces

Monorepo stack 2: Switch to monorepo setup with pnpm workspaces #27

Workflow file for this run

name: CI checks
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- run: pnpm install
- run: pnpm --filter tile-extruder test