Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use old LTS to build handlebars
Signed-off-by: Roeland Jago Douma <[email protected]>
  • Loading branch information
rullzer committed Nov 27, 2019
commit 79e335dd55a52efe5e0987671513e68c06970b17
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down