Skip to content

Commit 999daae

Browse files
authored
build: upgraded semantic release action (#765)
1 parent 9293ad0 commit 999daae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ jobs:
5454

5555
- uses: actions/setup-node@v4
5656
with:
57-
node-version: '14'
57+
node-version: '24'
5858

5959
- name: Install conventionalcommits
6060
run: npm i -D conventional-changelog-conventionalcommits
6161

6262
- name: Semantic Release
63-
uses: cycjimmy/semantic-release-action@v4.2.1
63+
uses: cycjimmy/semantic-release-action@v5.0.0
6464
with:
6565
extra_plugins: |
6666
"@semantic-release/[email protected]"

0 commit comments

Comments
 (0)