From c5626c0369fce8affbb58327a3e7a5e4014e7ed7 Mon Sep 17 00:00:00 2001 From: Shreyas Sharma Date: Wed, 23 Oct 2024 13:43:42 +0530 Subject: [PATCH] fix(github-actions): test-commit --- .github/workflows/pull-request.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9aff03ea3..4d6828b44 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,12 +24,14 @@ jobs: uses: actions/setup-node@v3 with: node-version: 20.13.1 + cache: 'yarn' + yarn-version: '4.5.0' - name: Clean yarn cache run: yarn cache clean - name: Initialize dependencies - run: yarn install + run: yarn install --frozen-lockfile - name: Cache Dependencies uses: actions/cache@v3