We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656dc37 commit b8b112fCopy full SHA for b8b112f
1 file changed
.github/actions/determineNodeVersions/action.yml
@@ -16,12 +16,6 @@ runs:
16
steps:
17
# Note: this is not typically how you would run javascript in an action
18
# This is need so that we can get the correct node version used elsewhere
19
- - name: logging
20
- shell: bash
21
- run: |
22
- echo "nodeVersionOverride: ${{ inputs.nodeVersionOverride || 'lts/*' }}"
23
- echo "action_path: ${{ github.action_path }}"
24
- echo "action path env var: $GITHUB_ACTION_PATH"
25
- name: Set up Node
26
uses: actions/setup-node@v4
27
with:
0 commit comments