We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54827a4 commit e72f597Copy full SHA for e72f597
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: ⎔ Setup node
18
uses: actions/setup-node@v4.4.0
19
with:
20
- node-version: 18
+ node-version: 22
21
22
- name: 📄 Update package.json to only include prettier
23
run: |
@@ -48,7 +48,7 @@ jobs:
48
run: npx prettier --write CHANGELOG.md
49
50
- name: ⬆️ Commit CHANGELOG.md
51
- uses: stefanzweifel/git-auto-commit-action@v5.2.0
+ uses: stefanzweifel/git-auto-commit-action@v6.0.1
52
53
branch: main
54
commit_author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments