mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Use old LTS to build handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
dc2bec7c98
commit
79e335dd55
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue