Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alshdavid committed Apr 6, 2024
1 parent 061856a commit 24c50de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/platform/install-nodejs.bash
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ fi

echo "${HOME}/.local/nodejs/bin:$PATH"

echo NPM_CONFIG_PREFIX=$NPM_CONFIG_PREFIX

export PATH="${HOME}/.local/nodejs/bin:$PATH"
export NPM_CONFIG_PREFIX=$HOME/.local/nodejs/prefix

echo $NPM_CONFIG_PREFIX
ls -l ~

echo "${HOME}/.local/nodejs/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 24c50de

Please sign in to comment.