Skip to content

build: Change package manager to pnpm #336

build: Change package manager to pnpm

build: Change package manager to pnpm #336

Workflow file for this run

name: Build and Lint PRs
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install --frozen-lockfile
- run: pnpm run build