Skip to content

fix the yml

fix the yml #4

Workflow file for this run

name: CI (ngbootstrap)
on:
push: { branches: [ main ] }
pull_request: { branches: [ main ] }
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
cache-dependency-path: pnpm-lock.yaml
# 👇 installs pnpm on the runner
- uses: pnpm/action-setup@v4
with:
version: 9
- run: pnpm --version
- run: pnpm install --frozen-lockfile
- run: pnpm build