diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d9d9287d..7fac40940 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,5 +12,16 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + - uses: nrwl/nx-set-shas@v2 + + - name: Setup PNPM + uses: pnpm/action-setup@v2 + with: + version: 8 + + - uses: actions/setup-node@v3 + with: + cache: 'pnpm' + - run: npm run first-time-setup