Switch docker image to node for building
This commit is contained in:
parent
0b35f1cfd2
commit
bdb2dba49c
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue