Skip to content

Commit

Permalink
Attempted fix for the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Aug 20, 2024
1 parent 65b445c commit 1d2109a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@ jobs:
extensions: ${{ matrix.extensions }}
ini-values: max_input_vars=5000
coverage: none

- name: Install NVM and Node
run: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm install 20
nvm use 20
- name: Initialise moodle-plugin-ci
run: |
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
Expand Down

0 comments on commit 1d2109a

Please sign in to comment.