From c86f7f3e7c9f2f8817b5aafa6a683960a043c42e Mon Sep 17 00:00:00 2001 From: Stefan Topfstedt Date: Wed, 6 Nov 2024 13:49:44 -0800 Subject: [PATCH] use default nvm in the CI pipeline again. the upstream regression that required manual installation and pinning of a specific NVM version has been fixed with moodle-plugin-ci release v3.4.14. for reference, please see https://github.com/moodlehq/moodle-plugin-ci/releases/tag/3.4.14. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0922719..ea98a70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,9 +60,7 @@ 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 - # Install nvm v0.39.7 (Temporary 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 + echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV - name: Install moodle-plugin-ci run: |