From d9b0c4b61185377075af45dd88be7272d7084639 Mon Sep 17 00:00:00 2001 From: Andreas Arvidsson Date: Wed, 5 Feb 2025 06:33:40 +0100 Subject: [PATCH] Upgrade corepack for neovim publish --- .github/workflows/deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d651da25c9..7f2d1b5de7 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -70,6 +70,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + # FIXME: https://github.com/cursorless-dev/cursorless/issues/2817 + - name: Upgrade Corepack + run: npm install --global corepack@0.31.0 + - name: Enable Corepack run: corepack enable