From 59625d899061c9ff34c0e9a823f1ba9ed2121173 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/plugin/setup/action.yml b/.github/plugin/setup/action.yml index f629ff8..e853d74 100644 --- a/.github/plugin/setup/action.yml +++ b/.github/plugin/setup/action.yml @@ -63,6 +63,12 @@ runs: composer self-update ${{ steps.install-composer1.outputs.COMPOSER_VERSION }} shell: bash + - name: Install specific NVM version + 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 + echo nvm -v + shell: bash - name: Initialise moodle-plugin-ci run: | # Initialise moodle-plugin-ci (install via composer)