Merge pull request #18129 from nextcloud/fix/stable16/drone/handlebars
[stable16] Use old node LTS to build handlebars
This commit is contained in:
commit
426f0a714e
|
@ -80,7 +80,7 @@ steps:
|
|||
commands:
|
||||
- git submodule update --init
|
||||
- name: handlebars
|
||||
image: node:lts
|
||||
image: node:10
|
||||
commands:
|
||||
- npm i
|
||||
- ./build/compile-handlebars-templates.sh
|
||||
|
|
Loading…
Reference in New Issue