From 45ae6ad403b35656f69bdcf66d2ff05d988a9b16 Mon Sep 17 00:00:00 2001 From: Matthew Hilton Date: Mon, 2 Dec 2024 12:25:05 +1000 Subject: [PATCH] Revert "[#121] Switch to lower nvm version" This reverts commit b687e8e3a1c9b59ebab037a87945bbeabb2f0bc2. --- .github/plugin/setup/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/plugin/setup/action.yml b/.github/plugin/setup/action.yml index 6674eb4..f629ff8 100644 --- a/.github/plugin/setup/action.yml +++ b/.github/plugin/setup/action.yml @@ -63,11 +63,6 @@ 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 - shell: bash - name: Initialise moodle-plugin-ci run: | # Initialise moodle-plugin-ci (install via composer)