Use old LTS to build handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
dc2bec7c98
commit
79e335dd55
|
@ -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