Skip to content

Commit dce22d8

Browse files
authored
Update action.yml
1 parent 9a031b4 commit dce22d8

File tree

1 file changed

+1
-0
lines changed
  • .github/actions/core-cicd/deployment/deploy-javascript-sdk

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ runs:
6161
BASE_PATH=${{ github.workspace }}/installs
6262
ls -R $BASE_PATH
6363
echo "PATH=$PATH:${BASE_PATH}/node:${BASE_PATH}/node/yarn/dist/bin" >> $GITHUB_ENV
64+
echo "which node:"
6465
which node
6566
echo "::endgroup::"
6667
shell: bash

0 commit comments

Comments
 (0)