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 5530fe2 commit f4d91c7Copy full SHA for f4d91c7
.github/workflows/if-nodejs-pr-testing.yml
@@ -49,9 +49,11 @@ jobs:
49
run: test -e ./package.json && echo "exists=true" >> $GITHUB_OUTPUT || echo "exists=false" >> $GITHUB_OUTPUT
50
shell: bash
51
- if: steps.packagejson.outputs.exists == 'true'
52
- name: Check package-lock version
+ name: Determine what node version to use
53
# This workflow is from our own org repo and safe to reference by 'master'.
54
uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master # //NOSONAR
55
+ with:
56
+ node-version: ${{ vars.NODE_VERSION }}
57
id: lockversion
58
59
name: Setup Node.js
0 commit comments