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