Skip to content

Commit 79483ab

Browse files
committedSep 20, 2024·
ci: update autifix
1 parent 20f67b9 commit 79483ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/autofix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- run: corepack enable
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 22
2020
cache: "pnpm"
2121
- run: pnpm install
2222
- name: Fix lint issues
2323
run: pnpm run lint:fix
2424
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
2525
with:
26-
commit-message: "chore: apply automated fixes"
26+
commit-message: "chore: apply automated updates"

0 commit comments

Comments
 (0)
Please sign in to comment.