Skip to content

Commit 025f892

Browse files
committed
ci: explicitly enable corepack in GHA
See: actions/setup-node#531
1 parent 0f978d9 commit 025f892

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
submodules: true
15+
- name: Enable Corepack
16+
run: corepack enable
1517
- uses: actions/setup-node@v4
1618
with:
1719
node-version: 20

0 commit comments

Comments
 (0)