diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 7d3d0aeb..1917337b 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -32,8 +32,8 @@ jobs: node-version: ${{ matrix.node }} check-latest: true - - uses: pnpm/action-setup@v2.2.2 - name: Install pnpm + - name: Install pnpm ๐ŸŽ’ + uses: pnpm/action-setup@v2.2.2 with: version: 7 run_install: false @@ -58,14 +58,14 @@ jobs: - name: Install dependencies ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป run: pnpm install - - name: Turbo Cache + - name: Setup Turbo cache ๐ŸŽ๏ธ id: turbo-cache uses: actions/cache@v2 with: path: .turbo - key: ${{ runner.os }}-turbo-${{ github.sha }} + key: turbo-${{ runner.os }}-${{ github.sha }} restore-keys: | - ${{ runner.os }}-turbo- + turbo-${{ runner.os }}- - name: Run linter ๐Ÿงน run: pnpm run lint --cache-dir=.turbo