Skip to content

Commit 9730916

Browse files
committed
ci: corepack is not used
1 parent 240e691 commit 9730916

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,7 @@ jobs:
3737
- name: Checkout Repo
3838
uses: actions/checkout@v4
3939

40-
- name: Setup target Node.js to enable Corepack
41-
uses: actions/setup-node@v4
42-
with:
43-
node-version: ${{ matrix.node }}
44-
45-
- name: Setup Node.js ${{ matrix.node }} with cache
40+
- name: Setup Node.js ${{ matrix.node }}
4641
uses: actions/setup-node@v4
4742
with:
4843
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)