From 506804eea70e7d8c1d53991647421b1ecbf65405 Mon Sep 17 00:00:00 2001 From: nicodes Date: Sun, 15 Oct 2023 19:32:10 -0600 Subject: [PATCH] fix typo --- .github/workflows/pullRequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullRequest.yml b/.github/workflows/pullRequest.yml index 65dd7af..00b20cf 100644 --- a/.github/workflows/pullRequest.yml +++ b/.github/workflows/pullRequest.yml @@ -21,7 +21,7 @@ jobs: path: node_modules key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} - - name: Install dependencies if needed + - name: Install dependencies if uncached if: steps.pnpm-cache.outputs.cache-hit != 'true' run: pnpm i --frozen-lockfile