Switch docker image to node for building

This commit is contained in:
kolaente 2020-05-08 21:59:06 +02:00
parent 0b35f1cfd2
commit bdb2dba49c
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ trigger:
steps:
- name: build
image: kolaente/yarn
image: node:13
pull: true
group: build-static
commands:
@ -32,7 +32,7 @@ trigger:
steps:
- name: build
image: kolaente/yarn
image: node:13
pull: true
group: build-static
commands:
@ -106,7 +106,7 @@ trigger:
steps:
- name: build
image: kolaente/yarn
image: node:13
pull: true
group: build-static
commands: