From ae5ea0f4e85008624ff46fe10998fadbd8a48b15 Mon Sep 17 00:00:00 2001 From: Paulo Castro Date: Mon, 15 Nov 2021 23:51:15 +0000 Subject: [PATCH] Update balena CI configuration (remove Node v10 from npm pipeline list) Change-type: patch --- .resinci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.resinci.yml b/.resinci.yml index 6fd81c8f..fcf68704 100644 --- a/.resinci.yml +++ b/.resinci.yml @@ -5,13 +5,11 @@ npm: os: ubuntu architecture: x86_64 node_versions: - - "10" - "12" - "14" - name: linux os: alpine architecture: x86_64 node_versions: - - "10" - "12" - "14"