Skip to content

Commit

Permalink
Upgrade corepack for neovim publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Feb 5, 2025
1 parent 0128a03 commit d9b0c4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d9b0c4b

Please sign in to comment.