Merge pull request #2379 from balena-io/remove-node10-from-resinci.yml

Update balena CI configuration (remove Node v10 from npm pipeline list)
This commit is contained in:
bulldozer-balena[bot] 2021-11-16 11:49:36 +00:00 committed by GitHub
commit 7b498149b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"