feat: use node image in ci

This commit is contained in:
2021-03-10 10:40:26 +01:00
parent 47a462ca90
commit 5e48ff66de
+1 -1
View File
@@ -3,7 +3,7 @@ kind: pipeline
steps:
- name: build
image: node:alpine
image: node
commands:
- make build-view
- name: deploy