Skip to content

Commit e62d32f

Browse files
committed
fix: bump release dependencies
1 parent f58fdba commit e62d32f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/if-nodejs-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
uses: actions/setup-node@v4
6363
with:
6464
node-version: "${{ steps.lockversion.outputs.version }}"
65-
registry-url: "https://registry.npmjs.org"
6665
- if: steps.lockversion.outputs.version == '18' && matrix.os == 'windows-latest'
6766
name: Install npm cli 8
6867
shell: bash
@@ -109,7 +108,8 @@ jobs:
109108
name: Setup Node.js
110109
uses: actions/setup-node@v4
111110
with:
112-
node-version: "${{ steps.lockversion.outputs.version }}"
111+
node-version: "22.14.0"
112+
registry-url: "https://registry.npmjs.org"
113113
- if: steps.packagejson.outputs.exists == 'true'
114114
name: Install dependencies
115115
shell: bash
@@ -128,7 +128,7 @@ jobs:
128128
GIT_AUTHOR_EMAIL: info@asyncapi.io
129129
GIT_COMMITTER_NAME: asyncapi-bot
130130
GIT_COMMITTER_EMAIL: info@asyncapi.io
131-
run: npx semantic-release@19.0.4
131+
run: npx semantic-release@25.0.2
132132
- if: failure() # Only, on failure, send a message on the 94_bot-failing-ci slack channel
133133
name: Report workflow run status to Slack
134134
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 #using https://github.com/8398a7/action-slack/releases/tag/v3.16.2

0 commit comments

Comments
 (0)