Skip to content

Commit ab54790

Browse files
authored
ci: try upgrading corepack
1 parent ff31585 commit ab54790

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Checkout repository
3838
uses: actions/checkout@v4
3939

40+
- name: Upgrade Corepack
41+
run: npm install --global corepack@latest
42+
4043
- name: Enable Corepack
4144
run: corepack enable
4245

0 commit comments

Comments
 (0)