From 3b4af29bd58c2fccbf6c72e6442e070383a5e551 Mon Sep 17 00:00:00 2001 From: zramsay Date: Tue, 27 Feb 2024 18:11:37 -0500 Subject: [PATCH] install corepack --- .github/workflows/publish-to-registry.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-to-registry.yml b/.github/workflows/publish-to-registry.yml index cb5f4b4..6eaf498 100644 --- a/.github/workflows/publish-to-registry.yml +++ b/.github/workflows/publish-to-registry.yml @@ -23,6 +23,10 @@ jobs: node-version: 18 - name: "Install Yarn" run: npm install -g yarn + - name: "Install Corepack" + run: npm install -g corepack + - name: "Enable Corepack" + run: corepack enable - name: "Install registry CLI" run: | npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/