diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d4660a..9e4b70d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,6 @@ name: CI on: push: branches: - # Change this if your primary branch is not main - main pull_request: @@ -13,5 +12,9 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + # Setup pnpm + - uses: pnpm/action-setup@v2 + with: + version: 8 - run: pnpm install --frozen-lockfile - run: pnpm nx build cart