Skip to content

Commit

Permalink
[catalyst#121] Switch to lower nvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhilton committed Aug 19, 2024
1 parent a9a4399 commit d8ac1b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/plugin/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ 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
echo nvm -v
shell: bash
- name: Initialise moodle-plugin-ci
run: |
# Initialise moodle-plugin-ci (install via composer)
Expand Down Expand Up @@ -94,6 +100,10 @@ runs:
# Install moodle commands
echo "::group::Moodle install output"
# 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
echo nvm -v
moodle-plugin-ci install -vvv --plugin ./plugin --db-host=127.0.0.1
echo "::endgroup::"
Expand Down

0 comments on commit d8ac1b7

Please sign in to comment.