From b9ded338e552fa184fcc2c16339fee0c9a3a3717 Mon Sep 17 00:00:00 2001 From: Simon Bihel Date: Fri, 8 Mar 2024 09:54:21 +0000 Subject: [PATCH] Enable corepack for use of correct yarn version --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a780dbc3..863d17cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,8 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v3 + - name: Enable Corepack + run: corepack enable - name: Setup Node.js uses: actions/setup-node@v3 with: