Skip to content

Commit

Permalink
Switch which node to nvm which node
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Aug 14, 2024
1 parent d4236d3 commit fb190a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +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/*'
echo "$(dirname $(which node))" >> $GITHUB_PATH
echo "$(dirname $(nvm which node))" >> $GITHUB_PATH
shell: bash -l {0}
```

Expand Down

0 comments on commit fb190a3

Please sign in to comment.