Skip to content

Commit

Permalink
add node installation for self hosting action server
Browse files Browse the repository at this point in the history
  • Loading branch information
mona-shakiba committed Feb 7, 2025
1 parent 83bf5ea commit 0a8fda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-plugin-ci-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# Updated Node.js setup using NVM
- name: Setup Node.js
run: |
export NVM_VERSION="0.39.4"
export NVM_VERSION="v0.39.4"
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/$NVM_VERSION/install.sh | bash
export NVM_DIR="${HOME}/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
Expand Down

0 comments on commit 0a8fda0

Please sign in to comment.