From d062415bf00072c1f1114e9ea19efbe58a6bfead Mon Sep 17 00:00:00 2001 From: Manish Gupta Date: Tue, 28 Nov 2023 17:27:27 +0530 Subject: [PATCH] wip --- .github/workflows/build-test-pull-request.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test-pull-request.yml b/.github/workflows/build-test-pull-request.yml index a17afe9ff..80468d154 100644 --- a/.github/workflows/build-test-pull-request.yml +++ b/.github/workflows/build-test-pull-request.yml @@ -24,7 +24,9 @@ jobs: - name: Run install uses: borales/actions-yarn@v4 with: - cmd: install # will run `yarn install` command + cmd: | + npm i -g yarn@3.6.4 + install # will run `yarn install` command - name: Get changed files id: changed-files