File tree Expand file tree Collapse file tree 4 files changed +1503
-1357
lines changed
Expand file tree Collapse file tree 4 files changed +1503
-1357
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @asyncapi/cli " : patch
3+ ---
4+
5+ Bump @asyncapi/generator from v3.1.0 &rarr ; v3.1.1
Original file line number Diff line number Diff line change @@ -69,19 +69,15 @@ jobs:
6969 if : matrix.container == ''
7070 uses : asyncapi/.github/.github/actions/get-node-version-from-package-lock@master
7171 id : lockversion
72+ with :
73+ node-version : ${{ vars.NODE_VERSION }}
7274
7375 - name : Setup Node.js
7476 if : matrix.container == ''
75- uses : actions/setup-node@v4
77+ uses : actions/setup-node@v6
7678 with :
7779 node-version : " ${{ steps.lockversion.outputs.version }}"
78-
79- - if : matrix.npm_script == 'pack:windows'
80- name : install nodejs for windows
81- uses : actions/setup-node@v4
82- with :
83- node-version : 20
84-
80+
8581 - name : Get version from package.json
8682 uses : actions/github-script@v6
8783 id : extractver
You can’t perform that action at this time.
0 commit comments