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 0bd315f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/plugin/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ runs:

- name: Initialise moodle-plugin-ci
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
# Initialise moodle-plugin-ci (install via composer)
echo "::group::Initialise moodle-plugin-ci"
Expand Down

0 comments on commit 0bd315f

Please sign in to comment.