From 9611e06dcf447c14e69642986aaf3f85c9e6a31f Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Thu, 23 Nov 2023 15:14:13 +0530 Subject: [PATCH] Upgrade yarn to fix github action failures. --- .github/workflows/run-feature-tests-epas.yml | 5 +++++ .github/workflows/run-feature-tests-pg.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.github/workflows/run-feature-tests-epas.yml b/.github/workflows/run-feature-tests-epas.yml index 5bc256795..07397a6bc 100644 --- a/.github/workflows/run-feature-tests-epas.yml +++ b/.github/workflows/run-feature-tests-epas.yml @@ -136,6 +136,11 @@ jobs: } EOF + - name: Upgrade yarn + run: | + yarn set version berry + yarn set version 3 + - name: Build the JS bundle run: | cd web diff --git a/.github/workflows/run-feature-tests-pg.yml b/.github/workflows/run-feature-tests-pg.yml index 054e314a5..ecd7f6d30 100644 --- a/.github/workflows/run-feature-tests-pg.yml +++ b/.github/workflows/run-feature-tests-pg.yml @@ -139,6 +139,11 @@ jobs: } EOF + - name: Upgrade yarn + run: | + yarn set version berry + yarn set version 3 + - name: Build the JS bundle run: | cd web