From 66a625735987e92ed341df99d457c0425f399770 Mon Sep 17 00:00:00 2001 From: Pavel Tiunov Date: Tue, 27 Dec 2022 21:55:46 -0800 Subject: [PATCH] chore(cubestore): Direct kafka download support -- remove node 12 from publishing --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a70987630e9b2..cd2a20e11c308 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,7 +74,7 @@ jobs: name: Build native Linux ${{ matrix.node-version }} ${{ matrix.target }} strategy: matrix: - node-version: [12, 14, 16, 17] + node-version: [14, 16, 17] target: ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"] include: - target: aarch64-unknown-linux-gnu @@ -153,7 +153,7 @@ jobs: name: Build ${{ matrix.os-version }} ${{ matrix.node-version }} strategy: matrix: - node-version: [12.x, 14.x, 16.x, 17.x] + node-version: [14.x, 16.x, 17.x] os-version: [windows-2019, macos-11] fail-fast: false