diff --git a/.github/actions/get_node_version/action.yml b/.github/actions/get_node_version/action.yml index 468ce727c2..51e41b60cf 100644 --- a/.github/actions/get_node_version/action.yml +++ b/.github/actions/get_node_version/action.yml @@ -11,6 +11,6 @@ runs: - id: get-node-version run: | - NODE_VERSION=$(./.github/actions/get_test_infos/get_test_infos.sh | base64 -d) + NODE_VERSION=$(./.github/actions/get_node_version.sh) echo "node-version=${NODE_VERSION}" >> "$GITHUB_OUTPUT" shell: bash diff --git a/.github/actions/get_node_version/get_node_version.sh b/.github/actions/get_node_version/get_node_version.sh old mode 100644 new mode 100755