Skip to content

Commit 3573365

Browse files
committed
Use node 11 for handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
1 parent 1a607a5 commit 3573365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ steps:
8080
commands:
8181
- git submodule update --init
8282
- name: handlebars
83-
image: node:lts
83+
image: node:11
8484
commands:
8585
- npm i
8686
- ./build/compile-handlebars-templates.sh

0 commit comments

Comments
 (0)