Skip to content

Commit d9b0c4b

Browse files
Upgrade corepack for neovim publish
1 parent 0128a03 commit d9b0c4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ jobs:
7070
- name: Checkout repository
7171
uses: actions/checkout@v4
7272

73+
# FIXME: https://github.com/cursorless-dev/cursorless/issues/2817
74+
- name: Upgrade Corepack
75+
run: npm install --global [email protected]
76+
7377
- name: Enable Corepack
7478
run: corepack enable
7579

0 commit comments

Comments
 (0)