diff --git a/readme.md b/readme.md index 39e5fdb..5ba9f10 100644 --- a/readme.md +++ b/readme.md @@ -75,8 +75,7 @@ To resolve this, switch off `actions/setup-node` and instead use the preinstalle - name: Install latest LTS with nvm run: | nvm install 'lts/*' - rm /usr/local/bin/node - ln -s $(which node) /usr/local/bin/node + echo "$(dirname $(which node))" >> $GITHUB_PATH shell: bash -l {0} ```