From 5875cf7fd7e44a0d3611932ad25228f83af3c5e7 Mon Sep 17 00:00:00 2001 From: Manish Gupta Date: Tue, 28 Nov 2023 17:21:25 +0530 Subject: [PATCH] testing yarn step --- .github/workflows/build-test-pull-request.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test-pull-request.yml b/.github/workflows/build-test-pull-request.yml index 50499edf6..1d2a494d9 100644 --- a/.github/workflows/build-test-pull-request.yml +++ b/.github/workflows/build-test-pull-request.yml @@ -16,11 +16,16 @@ jobs: uses: actions/checkout@v3.3.0 - name: Setup Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x cache: "yarn" + - name: Run install + uses: borales/actions-yarn@v4 + with: + cmd: install # will run `yarn install` command + - name: Get changed files id: changed-files uses: tj-actions/changed-files@v38