We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0726c commit e82ac4bCopy full SHA for e82ac4b
.github/workflows/ci.yml
@@ -60,6 +60,14 @@ jobs:
60
ini-values: max_input_vars=5000
61
coverage: none
62
63
+ - name: Install NVM and Node
64
+ run: |
65
+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
66
+ export NVM_DIR="$HOME/.nvm"
67
+ [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
68
+ nvm install 20
69
+ nvm use 20
70
+
71
- name: Initialise moodle-plugin-ci
72
run: |
73
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^4
0 commit comments