mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
d12490f816
Change-type: patch Signed-off-by: Kyle Harding <kyle@balena.io>
18 lines
278 B
YAML
18 lines
278 B
YAML
---
|
|
npm:
|
|
platforms:
|
|
- name: linux
|
|
os: ubuntu
|
|
architecture: x86_64
|
|
node_versions:
|
|
- "10"
|
|
- "12"
|
|
- "14"
|
|
- name: linux
|
|
os: alpine
|
|
architecture: x86_64
|
|
node_versions:
|
|
- "10"
|
|
- "12"
|
|
- "14"
|