mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
Update balena CI configuration (remove Node v10 from npm pipeline list)
Change-type: patch
This commit is contained in:
parent
f635f648da
commit
ae5ea0f4e8
@ -5,13 +5,11 @@ npm:
|
|||||||
os: ubuntu
|
os: ubuntu
|
||||||
architecture: x86_64
|
architecture: x86_64
|
||||||
node_versions:
|
node_versions:
|
||||||
- "10"
|
|
||||||
- "12"
|
- "12"
|
||||||
- "14"
|
- "14"
|
||||||
- name: linux
|
- name: linux
|
||||||
os: alpine
|
os: alpine
|
||||||
architecture: x86_64
|
architecture: x86_64
|
||||||
node_versions:
|
node_versions:
|
||||||
- "10"
|
|
||||||
- "12"
|
- "12"
|
||||||
- "14"
|
- "14"
|
||||||
|
Loading…
Reference in New Issue
Block a user