Skip to content

Commit efdf8f7

Browse files
committed
corepack
1 parent a635dae commit efdf8f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-trigger-prod.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v4
14-
14+
- name: Enable Corepack
15+
run: corepack enable
1516
- name: Use Node.js 20.x
1617
uses: actions/setup-node@v4
1718
with:

0 commit comments

Comments
 (0)