Skip to content

Commit 9ba85bb

Browse files
authored
ci: update of files from global .github repo (#1114)
1 parent 606d4b1 commit 9ba85bb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/update-docs-on-docs-commits.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ jobs:
2222
steps:
2323
- name: Checkout repo
2424
uses: actions/checkout@v4
25-
- name: Check package-lock version
26-
uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master
25+
- 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 }}
2730
id: lockversion
2831
- name: Use Node.js
2932
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)