We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2b9fe commit e383832Copy full SHA for e383832
.github/workflows/autofix.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v3
16
- - run: corepack enable
+ - run: npm i -fg corepack && corepack enable
17
- uses: actions/setup-node@v4
18
with:
19
node-version: 20
@@ -23,4 +23,4 @@ jobs:
23
- run: pnpm lint:fix
24
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
25
26
- commit-message: "chore: apply automated lint fixes"
+ commit-message: "chore: apply automated updates"
.github/workflows/ci.yml
0 commit comments