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)