Skip to content

Commit

Permalink
Simplify correct version trick
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Aug 13, 2024
1 parent 51489a1 commit d4236d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
```

Expand Down

0 comments on commit d4236d3

Please sign in to comment.