File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments