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 0d228ea commit 9b64e83Copy full SHA for 9b64e83
.github/workflows/update-docs-on-docs-commits.yml
@@ -22,9 +22,11 @@ jobs:
22
steps:
23
- name: Checkout repo
24
uses: actions/checkout@v4
25
- - name: Check package-lock version
+ - name: Determine what node version to use
26
# This workflow is from our own org repo and safe to reference by 'master'.
27
uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master # //NOSONAR
28
+ with:
29
+ node-version: ${{ vars.NODE_VERSION }}
30
id: lockversion
31
- name: Use Node.js
32
uses: actions/setup-node@v4
0 commit comments