mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-05 10:39:39 +00:00
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"
|