We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86c2a5 commit 6b9104eCopy full SHA for 6b9104e
1 file changed
.github/workflows/release.yml
@@ -52,9 +52,9 @@ jobs:
52
GPG_PASSWORD: ${{ secrets.SYNCED_GPG_KEY_PASSWORD }}
53
GPG_KEY_ID: ${{ secrets.SYNCED_GPG_KEY_ID }}
54
55
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
56
with:
57
- node-version: '24'
+ node-version: '24.7.0'
58
59
- name: Install conventionalcommits
60
run: npm i -D conventional-changelog-conventionalcommits
0 commit comments