We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61adfbe commit 9545b65Copy full SHA for 9545b65
.github/workflows/autofix.yml
@@ -16,11 +16,11 @@ jobs:
16
- run: corepack enable
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 18
+ node-version: 20
20
cache: "pnpm"
21
- run: pnpm install
22
- name: Fix lint issues
23
run: pnpm run lint:fix
24
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
25
26
- commit-message: "chore: apply automated lint fixes"
+ commit-message: "chore: apply automated updates"
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
- run: pnpm lint
0 commit comments