Skip to content

Commit

Permalink
[#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 963e21a
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 @@ -75,6 +75,9 @@ runs:
# PHPUnit depends on en_AU.UTF-8 locale
sudo locale-gen en_AU.UTF-8
# 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 "::endgroup::"
shell: bash

Expand Down

0 comments on commit 963e21a

Please sign in to comment.