Skip to content

Commit 2f93a55

Browse files
committed
ci: enable corepack
1 parent 71f5962 commit 2f93a55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
uses: actions/checkout@v3
4040
with:
4141
ref: ${{ needs.configure.outputs.commit-sha }}
42+
- run: corepack enable
4243
- name: Setup Node.js
4344
uses: actions/setup-node@v3
4445
with:
@@ -70,6 +71,7 @@ jobs:
7071
uses: actions/checkout@v3
7172
with:
7273
ref: ${{ needs.configure.outputs.commit-sha }}
74+
- run: corepack enable
7375
- name: Setup Node.js
7476
uses: actions/setup-node@v3
7577
with:
@@ -97,6 +99,7 @@ jobs:
9799
uses: actions/checkout@v3
98100
with:
99101
ref: ${{ needs.configure.outputs.commit-sha }}
102+
- run: corepack enable
100103
- name: Setup Node.js
101104
uses: actions/setup-node@v3
102105
with:
@@ -124,6 +127,7 @@ jobs:
124127
uses: actions/checkout@v3
125128
with:
126129
ref: ${{ needs.configure.outputs.commit-sha }}
130+
- run: corepack enable
127131
- name: Setup Node.js
128132
uses: actions/setup-node@v3
129133
with:

0 commit comments

Comments
 (0)