Setup NPM instead of a different handlebar version

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2019-10-01 10:32:00 +02:00
Родитель fca6084534
Коммит 5b96b6f295
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -15,7 +15,7 @@ steps:
- name: check-handlebars-templates
image: node:lts
commands:
- npm install -g handlebars
- make npm-init
- ./check-handlebars-templates.sh
trigger: