Skip to content

Commit b1bd068

Browse files
committed
corepack enable
1 parent 4e97a72 commit b1bd068

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup-node/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ inputs:
88
runs:
99
using: "composite"
1010
steps:
11+
- name: corepack enable
12+
run: corepack enable
1113
- name: Setup node.js
1214
uses: actions/setup-node@v4
1315
with:

0 commit comments

Comments
 (0)