mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
a4ab07cd08
See: * https://github.com/concourse/concourse/issues/7905 * https://github.com/product-os/balena-concourse/issues/631 * https://github.com/product-os/ci-images/pull/116/files#r844508619 Change-type: patch
21 lines
483 B
YAML
21 lines
483 B
YAML
---
|
|
npm:
|
|
platforms:
|
|
- name: linux
|
|
os: ubuntu
|
|
architecture: x86_64
|
|
node_versions:
|
|
- "12"
|
|
- "14"
|
|
##
|
|
## Temporarily skip Alpine tests until the following issues are resolved:
|
|
## * https://github.com/concourse/concourse/issues/7905
|
|
## * https://github.com/product-os/balena-concourse/issues/631
|
|
##
|
|
# - name: linux
|
|
# os: alpine
|
|
# architecture: x86_64
|
|
# node_versions:
|
|
# - "12"
|
|
# - "14"
|