Skip to content

Commit 426f0a7

Browse files
authored
Merge pull request #18129 from nextcloud/fix/stable16/drone/handlebars
[stable16] Use old node LTS to build handlebars
2 parents dc2bec7 + 79e335d commit 426f0a7

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:10
8484
commands:
8585
- npm i
8686
- ./build/compile-handlebars-templates.sh

0 commit comments

Comments
 (0)