Skip to content

chore: migrate to pnpm (#887) #348

chore: migrate to pnpm (#887)

chore: migrate to pnpm (#887) #348

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: ['*']
workflow_dispatch:
permissions:
contents: read
jobs:
main:
name: 'Main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version-file: '.tool-versions'
- uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
with:
cache: true
run_install: true
- run: pnpm run format
- run: pnpm run build