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 7efebb6 commit c232df7Copy full SHA for c232df7
.github/actions/acceptance-tests/action.yaml
@@ -30,6 +30,7 @@ runs:
30
31
- name: Get Node version
32
id: nodejs_version
33
+ shell: bash
34
run: |
35
echo "nodejs_version=$(grep "^nodejs\s" .tool-versions | cut -f2 -d' ')" >> $GITHUB_OUTPUT
36
0 commit comments