Skip to content

Commit ce0ac31

Browse files
authored
Update action.yml
1 parent 82e7354 commit ce0ac31

File tree

1 file changed

+4
-2
lines changed
  • .github/actions/core-cicd/deployment/deploy-javascript-sdk

1 file changed

+4
-2
lines changed

.github/actions/core-cicd/deployment/deploy-javascript-sdk/action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ runs:
5959
run: |
6060
echo "::group::Adding node and yarn to the PATH env"
6161
BASE_PATH=${{ github.workspace }}/installs
62-
ls -R $BASE_PATH
63-
echo "PATH=$PATH:${BASE_PATH}/node/:${BASE_PATH}/node/yarn/dist/bin" >> $GITHUB_ENV
62+
ls $BASE_PATH/node
63+
echo "PATH=${BASE_PATH}/node/:${BASE_PATH}/node/yarn/dist/bin:$PATH" >> $GITHUB_ENV
6464
echo "which node:"
6565
which node
66+
echo "node --version:"
67+
./$BASE_PATH/node/node --version
6668
echo "::endgroup::"
6769
shell: bash
6870

0 commit comments

Comments
 (0)