From 598bea65e458ba899bd8abb1e72d0829f84ebda9 Mon Sep 17 00:00:00 2001 From: tommasini Date: Wed, 15 Oct 2025 23:40:06 +0100 Subject: [PATCH] change yarn v3 to v4 on setup-e2e-env action --- .github/actions/setup-e2e-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-e2e-env/action.yml b/.github/actions/setup-e2e-env/action.yml index 1763bef7..5c5aaaed 100644 --- a/.github/actions/setup-e2e-env/action.yml +++ b/.github/actions/setup-e2e-env/action.yml @@ -12,7 +12,7 @@ inputs: yarn-version: description: Yarn version to use with Corepack required: false - default: '3.8.7' + default: '4.10.3' setup-simulator: description: 'Whether to setup simulator/emulator' required: false