mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
Merge branch 'MDL-73253-master' of https://github.com/vmdef/moodle
This commit is contained in:
commit
c1e72a348a
5
.github/workflows/push.yml
vendored
5
.github/workflows/push.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user