Skip to content

Commit 9b64e83

Browse files
authored
ci: update of files from global .github repo (#1916)
1 parent 0d228ea commit 9b64e83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ jobs:
2222
steps:
2323
- name: Checkout repo
2424
uses: actions/checkout@v4
25-
- name: Check package-lock version
25+
- name: Determine what node version to use
2626
# This workflow is from our own org repo and safe to reference by 'master'.
2727
uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master # //NOSONAR
28+
with:
29+
node-version: ${{ vars.NODE_VERSION }}
2830
id: lockversion
2931
- name: Use Node.js
3032
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)