From 4b94987faacb267ebe7910ac92e1208249536164 Mon Sep 17 00:00:00 2001 From: toni-santos Date: Fri, 29 Nov 2024 19:15:56 +0000 Subject: [PATCH] add corepack --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index eaace4b..070803e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -11,6 +11,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Enable Corepack + run: corepack enable - name: Setup Node.js uses: actions/setup-node@v4 with: