Update balena CI configuration (remove Node v10 from npm pipeline list)

Change-type: patch
This commit is contained in:
Paulo Castro 2021-11-15 23:51:15 +00:00
parent f635f648da
commit ae5ea0f4e8

View File

@ -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"