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 b687e8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/plugin/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ 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
shell: bash
- name: Initialise moodle-plugin-ci
run: |
# Initialise moodle-plugin-ci (install via composer)
Expand Down

0 comments on commit b687e8e

Please sign in to comment.