Skip to content

Commit

Permalink
Add step name for nvm install (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Aug 14, 2024
1 parent 44cbb38 commit c6a1812
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:

- run: node --version
- uses: actions/checkout@v4
- run: |
- name: Install Node.js via nvm
shell: bash --login {0}
run: |
nvm install --latest-npm --no-progress
echo "$(dirname $(nvm which node))" >> $GITHUB_PATH
shell: bash --login {0}
- run: node --version

# Optional: Cache npm dependencies
Expand Down

0 comments on commit c6a1812

Please sign in to comment.