Skip to content

Commit c94e6ae

Browse files
committed
ci: remove forced corepack installation
1 parent 79651f4 commit c94e6ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [danielroe]

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v4
19-
- run: npm i -g --force corepack && corepack enable
19+
- run: corepack enable
2020
- uses: actions/setup-node@v4
2121
with:
2222
node-version: 18

0 commit comments

Comments
 (0)