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:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: handlebars
|
- name: handlebars
|
||||||
image: node:lts
|
image: node:10
|
||||||
commands:
|
commands:
|
||||||
- npm i
|
- npm i
|
||||||
- ./build/compile-handlebars-templates.sh
|
- ./build/compile-handlebars-templates.sh
|
||||||
|
|
Loading…
Reference in New Issue