Skip to content

chore: migrate to pnpm #195

chore: migrate to pnpm

chore: migrate to pnpm #195

Workflow file for this run

name: PR Action
on:
pull_request:
workflow_dispatch:
push:
branches:
- master
jobs:
build:
name: Lint and run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10.33.1
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
- run: pnpm run test