Skip to content

Commit 74227ee

Browse files
committed
Use nvm 0.39.7 to overcome 0.40.0 regression
- See moodlehq/moodle-plugin-ci#310.
1 parent 14121b8 commit 74227ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
6464
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
6565
sudo locale-gen en_AU.UTF-8
66-
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
66+
# echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
67+
# Install nvm v0.39.7 (temp workaround for issue #309).
68+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
6769
6870
- name: Install moodle-plugin-ci
6971
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1

0 commit comments

Comments
 (0)