Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 17, 2024
1 parent 35268bd commit a400c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nvm-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- run: python --version
- uses: actions/checkout@v4
- run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
- run: . "$HOME/.nvm/nvm.sh" && nvm install 0.8.x
- run: . "$HOME/.nvm/nvm.sh" && nvm install 0.8.x "https://nodejs.org/dist"
#- run: which nvm

0 comments on commit a400c3d

Please sign in to comment.