We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fd21f commit 5d34899Copy full SHA for 5d34899
.github/workflows/upload-release-assets.yml
@@ -69,19 +69,15 @@ jobs:
69
if: matrix.container == ''
70
uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master
71
id: lockversion
72
+ with:
73
+ node-version: ${{ vars.NODE_VERSION }}
74
75
- name: Setup Node.js
76
- uses: actions/setup-node@v4
77
+ uses: actions/setup-node@v6
78
with:
79
node-version: "${{ steps.lockversion.outputs.version }}"
-
- - if: matrix.npm_script == 'pack:windows'
80
- name: install nodejs for windows
81
82
- with:
83
- node-version: 20
84
+
85
- name: Get version from package.json
86
uses: actions/github-script@v6
87
id: extractver
0 commit comments