Merge branch 'MDL-73253-39' of https://github.com/vmdef/moodle into MOODLE_39_STABLE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user