Skip to content

Commit

Permalink
Force nvm v0.39 also for test tasks
Browse files Browse the repository at this point in the history
This is complementary to #6 and refs #7 to revert
  • Loading branch information
ferishili authored Aug 20, 2024
1 parent ec4c83c commit 92c3ce6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ jobs:
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
sudo locale-gen en_AU.UTF-8
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
# echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
# Install nvm v0.39 (workaround for https://github.com/moodlehq/moodle-plugin-ci/issues/309).
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
- name: Install tool plugin
if: ${{ inputs.requires-tool-plugin == true }}
Expand Down

0 comments on commit 92c3ce6

Please sign in to comment.