From 83723d65fcde85bec64a7cdbaf59acc292b0ba75 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Sat, 13 Sep 2025 19:21:30 +0100 Subject: [PATCH] ci: add corepack enable step in build.yml --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a5143f6..fde58fa2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,8 @@ jobs: with: node-version: '22.x' + - name: Install corepack + run: corepack enable - name: Install Dependencies run: pnpm install --frozen-lockfile - name: Build Addon