From c89c331436823640c902717e80e34910ffc02f58 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sat, 7 Jan 2023 19:07:04 +0100 Subject: [PATCH] chore(workflows): cleanup Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .github/workflows/build-and-test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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