Merge branch 'MDL-73253-39' of https://github.com/vmdef/moodle into MOODLE_39_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2021-12-03 18:52:59 +01:00
+3 -2
View File
@@ -20,8 +20,9 @@ jobs:
uses: actions/checkout@v2
- name: Configuring node & npm
shell: bash -l {0}
run: nvm install
uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
- name: Installing node stuff
run: npm install