Merge branch 'MDL-73253-master' of https://github.com/vmdef/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2021-12-03 18:52:12 +01:00
commit c1e72a348a

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