Skip to content

ci: Switch GitHub Actions workflow from npm to pnpm. #297

ci: Switch GitHub Actions workflow from npm to pnpm.

ci: Switch GitHub Actions workflow from npm to pnpm. #297

Workflow file for this run

name: Build
on:
push:
branches:
- main
env:
PUBLIC_POCKETBASE_URL: http://127.0.0.1:8090
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
with:
cache: true
- run: pnpm install
- run: pnpm run build