Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Sep 17, 2024
1 parent ea52b5e commit af902c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/get_node_version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ runs:

- id: get-node-version
run: |
NODE_VERSION=$(./.github/actions/get_node_version.sh)
NODE_VERSION=$(./.github/actions/get_node_version)
echo "node-version=${NODE_VERSION}" >> "$GITHUB_OUTPUT"
shell: bash

0 comments on commit af902c0

Please sign in to comment.