From 3bb28b89b7de3cec0f92551c6dce55f2c9213a26 Mon Sep 17 00:00:00 2001 From: Stefan Topfstedt Date: Tue, 5 Nov 2024 09:48:26 -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 cb9bc43..bdd545b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,9 +62,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: |