Skip to content

chore: Replace package manager npm to pnpm (#45) #147

chore: Replace package manager npm to pnpm (#45)

chore: Replace package manager npm to pnpm (#45) #147

Workflow file for this run

name: Test
on:
- push
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.11.0
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run lint