mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-23 07:22:22 +00:00
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:
commit
7b498149b1
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user