We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9293ad0 commit 999daaeCopy full SHA for 999daae
1 file changed
.github/workflows/release.yml
@@ -54,13 +54,13 @@ jobs:
54
55
- uses: actions/setup-node@v4
56
with:
57
- node-version: '14'
+ node-version: '24'
58
59
- name: Install conventionalcommits
60
run: npm i -D conventional-changelog-conventionalcommits
61
62
- name: Semantic Release
63
- uses: cycjimmy/semantic-release-action@v4.2.1
+ uses: cycjimmy/semantic-release-action@v5.0.0
64
65
extra_plugins: |
66
"@semantic-release/commit-analyzer@8.0.1"
0 commit comments