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 606d4b1 commit 9ba85bbCopy full SHA for 9ba85bb
.github/workflows/update-docs-on-docs-commits.yml
@@ -22,8 +22,11 @@ jobs:
22
steps:
23
- name: Checkout repo
24
uses: actions/checkout@v4
25
- - name: Check package-lock version
26
- uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master
+ - name: Determine what node version to use
+ # 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