UNPKG

betterpack

Version:

A Universal Node.js Package Manager CLI with automated agent capabilities

25 lines (21 loc) 443 B
name: CI on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: version: 8 - name: Use Node.js uses: actions/setup-node@v3 with: node-version: '20.x' cache: 'pnpm' - run: pnpm install - run: pnpm run build --if-present