Skip to content

Commit e383832

Browse files
committedApr 7, 2025·
ci: always update corepack
1 parent 1f2b9fe commit e383832

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/autofix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
16-
- run: corepack enable
16+
- run: npm i -fg corepack && corepack enable
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: 20
@@ -23,4 +23,4 @@ jobs:
2323
- run: pnpm lint:fix
2424
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
2525
with:
26-
commit-message: "chore: apply automated lint fixes"
26+
commit-message: "chore: apply automated updates"

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
16-
- run: corepack enable
16+
- run: npm i -fg corepack && corepack enable
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: 20

0 commit comments

Comments
 (0)
Please sign in to comment.