From 0072218a39bfd45c401967d6144827489e860500 Mon Sep 17 00:00:00 2001 From: Matthew Hilton Date: Mon, 19 Aug 2024 12:00:11 +1000 Subject: [PATCH] [#121] Switch to lower nvm version --- .github/plugin/setup/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/plugin/setup/action.yml b/.github/plugin/setup/action.yml index f629ff8..ccf95a5 100644 --- a/.github/plugin/setup/action.yml +++ b/.github/plugin/setup/action.yml @@ -91,6 +91,9 @@ runs: - name: Install Moodle run: | + # Install nvm v0.39.7 (temp workaround for issue https://github.com/moodlehq/moodle-plugin-ci/issues/309). + curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash + # Install moodle commands echo "::group::Moodle install output"